Home
last modified time | relevance | path

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

/linux-6.15/drivers/firmware/efi/
H A Druntime-wrappers.c119 struct efi_runtime_work efi_rts_work; variable
225 switch (efi_rts_work.efi_rts_id) { in efi_call_rts()
311 efi_rts_work.status = status; in efi_call_rts()
312 complete(&efi_rts_work.efi_rts_comp); in efi_call_rts()
318 efi_rts_work.efi_rts_id = id; in __efi_queue_work()
319 efi_rts_work.args = args; in __efi_queue_work()
321 efi_rts_work.status = EFI_ABORTED; in __efi_queue_work()
325 efi_rts_work.status = EFI_DEVICE_ERROR; in __efi_queue_work()
343 efi_rts_work.efi_rts_id = EFI_NONE; in __efi_queue_work()
344 return efi_rts_work.status; in __efi_queue_work()
[all …]
/linux-6.15/arch/x86/platform/efi/
H A Dquirks.c732 if (READ_ONCE(efi_rts_work.efi_rts_id) == EFI_NONE || in efi_crash_gracefully_on_page_fault()
733 current_work() != &efi_rts_work.work) in efi_crash_gracefully_on_page_fault()
758 if (efi_rts_work.efi_rts_id == EFI_RESET_SYSTEM) { in efi_crash_gracefully_on_page_fault()
771 efi_rts_work.status = EFI_ABORTED; in efi_crash_gracefully_on_page_fault()
772 complete(&efi_rts_work.efi_rts_comp); in efi_crash_gracefully_on_page_fault()
/linux-6.15/include/linux/
H A Defi.h1268 extern struct efi_runtime_work efi_rts_work;