Lines Matching refs:copy_from_user
153 if (copy_from_user(&getvariable, getvariable_user, in efi_runtime_get_variable()
160 if (copy_from_user(&vendor_guid, getvariable.vendor_guid, in efi_runtime_get_variable()
241 if (copy_from_user(&setvariable, setvariable_user, sizeof(setvariable))) in efi_runtime_set_variable()
243 if (copy_from_user(&vendor_guid, setvariable.vendor_guid, in efi_runtime_set_variable()
286 if (copy_from_user(&gettime, gettime_user, sizeof(gettime))) in efi_runtime_get_time()
323 if (copy_from_user(&settime, settime_user, sizeof(settime))) in efi_runtime_set_time()
325 if (copy_from_user(&efi_time, settime.time, in efi_runtime_set_time()
345 if (copy_from_user(&getwakeuptime, getwakeuptime_user, in efi_runtime_get_waketime()
383 if (copy_from_user(&setwakeuptime, setwakeuptime_user, in efi_runtime_set_waketime()
389 if (copy_from_user(&efi_time, setwakeuptime.time, in efi_runtime_set_waketime()
416 if (copy_from_user(&getnextvariablename, getnextvariablename_user, in efi_runtime_get_nextvariablename()
428 if (copy_from_user(&vendor_guid, in efi_runtime_get_nextvariablename()
514 if (copy_from_user(&getnexthighmonocount, in efi_runtime_get_nexthighmonocount()
542 if (copy_from_user(&resetsystem, resetsystem_user, in efi_runtime_reset_system()
568 if (copy_from_user(&queryvariableinfo, queryvariableinfo_user, in efi_runtime_query_variableinfo()
607 if (copy_from_user(&qcaps, qcaps_user, sizeof(qcaps))) in efi_runtime_query_capsulecaps()
629 if (copy_from_user(&capsules[i], c, in efi_runtime_query_capsulecaps()