Home
last modified time | relevance | path

Searched refs:getnexthighmonocount (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/firmware/efi/test/
H A Defi_test.c507 struct efi_getnexthighmonotoniccount getnexthighmonocount; in efi_runtime_get_nexthighmonocount() local
514 if (copy_from_user(&getnexthighmonocount, in efi_runtime_get_nexthighmonocount()
516 sizeof(getnexthighmonocount))) in efi_runtime_get_nexthighmonocount()
520 getnexthighmonocount.high_count ? &count : NULL); in efi_runtime_get_nexthighmonocount()
522 if (put_user(status, getnexthighmonocount.status)) in efi_runtime_get_nexthighmonocount()
528 if (getnexthighmonocount.high_count && in efi_runtime_get_nexthighmonocount()
529 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()