Home
last modified time | relevance | path

Searched refs:efi_rts_work (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/firmware/efi/
A Druntime-wrappers.c71 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 …]
/linux-6.3-rc2/arch/x86/platform/efi/
A Dquirks.c720 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()
/linux-6.3-rc2/include/linux/
A Defi.h1261 extern struct efi_runtime_work efi_rts_work;

Completed in 12 milliseconds