Lines Matching refs:copy_from_user
163 if (copy_from_user(&getvariable, getvariable_user, in efi_runtime_get_variable()
170 if (copy_from_user(&vendor_guid, getvariable.vendor_guid, in efi_runtime_get_variable()
251 if (copy_from_user(&setvariable, setvariable_user, sizeof(setvariable))) in efi_runtime_set_variable()
253 if (copy_from_user(&vendor_guid, setvariable.vendor_guid, in efi_runtime_set_variable()
296 if (copy_from_user(&gettime, gettime_user, sizeof(gettime))) in efi_runtime_get_time()
333 if (copy_from_user(&settime, settime_user, sizeof(settime))) in efi_runtime_set_time()
335 if (copy_from_user(&efi_time, settime.time, in efi_runtime_set_time()
355 if (copy_from_user(&getwakeuptime, getwakeuptime_user, in efi_runtime_get_waketime()
393 if (copy_from_user(&setwakeuptime, setwakeuptime_user, in efi_runtime_set_waketime()
399 if (copy_from_user(&efi_time, setwakeuptime.time, in efi_runtime_set_waketime()
426 if (copy_from_user(&getnextvariablename, getnextvariablename_user, in efi_runtime_get_nextvariablename()
438 if (copy_from_user(&vendor_guid, in efi_runtime_get_nextvariablename()
524 if (copy_from_user(&getnexthighmonocount, in efi_runtime_get_nexthighmonocount()
554 if (copy_from_user(&queryvariableinfo, queryvariableinfo_user, in efi_runtime_query_variableinfo()
593 if (copy_from_user(&qcaps, qcaps_user, sizeof(qcaps))) in efi_runtime_query_capsulecaps()
615 if (copy_from_user(&capsules[i], c, in efi_runtime_query_capsulecaps()