Searched refs:getnexthighmonocount (Results 1 – 1 of 1) sorted by relevance
507 struct efi_getnexthighmonotoniccount getnexthighmonocount; in efi_runtime_get_nexthighmonocount() local514 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()