Lines Matching refs:copy_from_user

165 	if (copy_from_user(&getvariable, getvariable_user,  in efi_runtime_get_variable()
172 if (copy_from_user(&vendor_guid, getvariable.vendor_guid, in efi_runtime_get_variable()
253 if (copy_from_user(&setvariable, setvariable_user, sizeof(setvariable))) in efi_runtime_set_variable()
255 if (copy_from_user(&vendor_guid, setvariable.vendor_guid, in efi_runtime_set_variable()
298 if (copy_from_user(&gettime, gettime_user, sizeof(gettime))) in efi_runtime_get_time()
335 if (copy_from_user(&settime, settime_user, sizeof(settime))) in efi_runtime_set_time()
337 if (copy_from_user(&efi_time, settime.time, in efi_runtime_set_time()
357 if (copy_from_user(&getwakeuptime, getwakeuptime_user, in efi_runtime_get_waketime()
395 if (copy_from_user(&setwakeuptime, setwakeuptime_user, in efi_runtime_set_waketime()
401 if (copy_from_user(&efi_time, setwakeuptime.time, in efi_runtime_set_waketime()
428 if (copy_from_user(&getnextvariablename, getnextvariablename_user, in efi_runtime_get_nextvariablename()
440 if (copy_from_user(&vendor_guid, in efi_runtime_get_nextvariablename()
526 if (copy_from_user(&getnexthighmonocount, in efi_runtime_get_nexthighmonocount()
554 if (copy_from_user(&resetsystem, resetsystem_user, in efi_runtime_reset_system()
580 if (copy_from_user(&queryvariableinfo, queryvariableinfo_user, in efi_runtime_query_variableinfo()
619 if (copy_from_user(&qcaps, qcaps_user, sizeof(qcaps))) in efi_runtime_query_capsulecaps()
641 if (copy_from_user(&capsules[i], c, in efi_runtime_query_capsulecaps()