Lines Matching refs:put_user

187 	if (put_user(status, getvariable.status)) {  in efi_runtime_get_variable()
194 if (dz && put_user(datasize, getvariable.data_size)) { in efi_runtime_get_variable()
215 if (at && put_user(attr, getvariable.attributes)) { in efi_runtime_get_variable()
220 if (dz && put_user(datasize, getvariable.data_size)) in efi_runtime_get_variable()
263 if (put_user(status, setvariable.status)) { in efi_runtime_set_variable()
292 if (put_user(status, gettime.status)) in efi_runtime_get_time()
302 if (put_user(cap.resolution, &(cap_local->resolution)) || in efi_runtime_get_time()
303 put_user(cap.accuracy, &(cap_local->accuracy)) || in efi_runtime_get_time()
304 put_user(cap.sets_to_zero, &(cap_local->sets_to_zero))) in efi_runtime_get_time()
330 if (put_user(status, settime.status)) in efi_runtime_set_time()
354 if (put_user(status, getwakeuptime.status)) in efi_runtime_get_waketime()
360 if (getwakeuptime.enabled && put_user(enabled, in efi_runtime_get_waketime()
397 if (put_user(status, setwakeuptime.status)) in efi_runtime_set_waketime()
461 if (put_user(status, getnextvariablename.status)) { in efi_runtime_get_nextvariablename()
468 if (ns && put_user(*ns, in efi_runtime_get_nextvariablename()
487 if (put_user(*ns, getnextvariablename.variable_name_size)) { in efi_runtime_get_nextvariablename()
522 if (put_user(status, getnexthighmonocount.status)) in efi_runtime_get_nexthighmonocount()
529 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()
575 if (put_user(status, queryvariableinfo.status)) in efi_runtime_query_variableinfo()
581 if (put_user(max_storage, in efi_runtime_query_variableinfo()
585 if (put_user(remaining, in efi_runtime_query_variableinfo()
589 if (put_user(max_size, queryvariableinfo.maximum_variable_size)) in efi_runtime_query_variableinfo()
643 if (put_user(status, qcaps.status)) { in efi_runtime_query_capsulecaps()
653 if (put_user(max_size, qcaps.maximum_capsule_size)) { in efi_runtime_query_capsulecaps()
658 if (put_user(reset_type, qcaps.reset_type)) in efi_runtime_query_capsulecaps()
673 if (put_user(efi.runtime_supported_mask, supported_mask)) in efi_runtime_get_supported_mask()