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()
364 if (getwakeuptime.pending && put_user(pending, in efi_runtime_get_waketime()
401 if (put_user(status, setwakeuptime.status)) in efi_runtime_set_waketime()
465 if (put_user(status, getnextvariablename.status)) { in efi_runtime_get_nextvariablename()
472 if (ns && put_user(*ns, in efi_runtime_get_nextvariablename()
491 if (put_user(*ns, getnextvariablename.variable_name_size)) { in efi_runtime_get_nextvariablename()
526 if (put_user(status, getnexthighmonocount.status)) in efi_runtime_get_nexthighmonocount()
533 put_user(count, getnexthighmonocount.high_count)) in efi_runtime_get_nexthighmonocount()
579 if (put_user(status, queryvariableinfo.status)) in efi_runtime_query_variableinfo()
585 if (put_user(max_storage, in efi_runtime_query_variableinfo()
589 if (put_user(remaining, in efi_runtime_query_variableinfo()
593 if (put_user(max_size, queryvariableinfo.maximum_variable_size)) in efi_runtime_query_variableinfo()
646 if (put_user(status, qcaps.status)) { in efi_runtime_query_capsulecaps()
656 if (put_user(max_size, qcaps.maximum_capsule_size)) { in efi_runtime_query_capsulecaps()
661 if (put_user(reset_type, qcaps.reset_type)) in efi_runtime_query_capsulecaps()
676 if (put_user(efi.runtime_supported_mask, supported_mask)) in efi_runtime_get_supported_mask()