Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/
H A Druntime-wrappers.c119 struct efi_runtime_work efi_rts_work; variable
220 const union efi_rts_args *args = efi_rts_work.args; in efi_call_rts()
229 switch (efi_rts_work.efi_rts_id) { in efi_call_rts()
312 efi_call_virt_check_flags(flags, efi_rts_work.caller); in efi_call_rts()
315 efi_rts_work.status = status; in efi_call_rts()
316 complete(&efi_rts_work.efi_rts_comp); in efi_call_rts()
323 efi_rts_work.efi_rts_id = id; in __efi_queue_work()
324 efi_rts_work.args = args; in __efi_queue_work()
325 efi_rts_work.caller = __builtin_return_address(0); in __efi_queue_work()
326 efi_rts_work.status = EFI_ABORTED; in __efi_queue_work()
[all …]
/linux/arch/x86/platform/efi/
H A Dquirks.c781 if (READ_ONCE(efi_rts_work.efi_rts_id) == EFI_NONE || in efi_crash_gracefully_on_page_fault()
782 current_work() != &efi_rts_work.work) in efi_crash_gracefully_on_page_fault()
807 if (efi_rts_work.efi_rts_id == EFI_RESET_SYSTEM) { in efi_crash_gracefully_on_page_fault()
820 efi_rts_work.status = EFI_ABORTED; in efi_crash_gracefully_on_page_fault()
821 complete(&efi_rts_work.efi_rts_comp); in efi_crash_gracefully_on_page_fault()
/linux/include/linux/
H A Defi.h1275 extern struct efi_runtime_work efi_rts_work;