Searched refs:getnexthighmonocount (Results 1 – 1 of 1) sorted by relevance
517 struct efi_getnexthighmonotoniccount getnexthighmonocount; in efi_runtime_get_nexthighmonocount() local524 if (copy_from_user(&getnexthighmonocount, in efi_runtime_get_nexthighmonocount()526 sizeof(getnexthighmonocount))) in efi_runtime_get_nexthighmonocount()530 getnexthighmonocount.high_count ? &count : NULL); in efi_runtime_get_nexthighmonocount()532 if (put_user(status, getnexthighmonocount.status)) in efi_runtime_get_nexthighmonocount()538 if (getnexthighmonocount.high_count && in efi_runtime_get_nexthighmonocount()539 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()