Searched refs:getnexthighmonocount (Results 1 – 1 of 1) sorted by relevance
511 struct efi_getnexthighmonotoniccount getnexthighmonocount; in efi_runtime_get_nexthighmonocount() local518 if (copy_from_user(&getnexthighmonocount, in efi_runtime_get_nexthighmonocount()520 sizeof(getnexthighmonocount))) in efi_runtime_get_nexthighmonocount()524 getnexthighmonocount.high_count ? &count : NULL); in efi_runtime_get_nexthighmonocount()526 if (put_user(status, getnexthighmonocount.status)) in efi_runtime_get_nexthighmonocount()532 if (getnexthighmonocount.high_count && in efi_runtime_get_nexthighmonocount()533 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()