Searched refs:getnexthighmonocount (Results 1 – 1 of 1) sorted by relevance
519 struct efi_getnexthighmonotoniccount getnexthighmonocount; in efi_runtime_get_nexthighmonocount() local526 if (copy_from_user(&getnexthighmonocount, in efi_runtime_get_nexthighmonocount()528 sizeof(getnexthighmonocount))) in efi_runtime_get_nexthighmonocount()532 getnexthighmonocount.high_count ? &count : NULL); in efi_runtime_get_nexthighmonocount()534 if (put_user(status, getnexthighmonocount.status)) in efi_runtime_get_nexthighmonocount()540 if (getnexthighmonocount.high_count && in efi_runtime_get_nexthighmonocount()541 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()