Searched refs:efi_rts_work (Results 1 – 3 of 3) sorted by relevance
71 efi_rts_work.arg1 = _arg1; \72 efi_rts_work.arg2 = _arg2; \73 efi_rts_work.arg3 = _arg3; \74 efi_rts_work.arg4 = _arg4; \90 efi_rts_work.status; \185 arg1 = efi_rts_work.arg1; in efi_call_rts()186 arg2 = efi_rts_work.arg2; in efi_call_rts()187 arg3 = efi_rts_work.arg3; in efi_call_rts()188 arg4 = efi_rts_work.arg4; in efi_call_rts()189 arg5 = efi_rts_work.arg5; in efi_call_rts()[all …]
720 if (READ_ONCE(efi_rts_work.efi_rts_id) == EFI_NONE || in efi_crash_gracefully_on_page_fault()721 current_work() != &efi_rts_work.work) in efi_crash_gracefully_on_page_fault()746 if (efi_rts_work.efi_rts_id == EFI_RESET_SYSTEM) { in efi_crash_gracefully_on_page_fault()759 efi_rts_work.status = EFI_ABORTED; in efi_crash_gracefully_on_page_fault()760 complete(&efi_rts_work.efi_rts_comp); in efi_crash_gracefully_on_page_fault()
1261 extern struct efi_runtime_work efi_rts_work;
Completed in 12 milliseconds