Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Defi.h18 bool efi_runtime_fixup_exception(struct pt_regs *regs, const char *msg);
23 bool efi_runtime_fixup_exception(struct pt_regs *regs, const char *msg) in efi_runtime_fixup_exception() function
/linux/arch/arm64/kernel/
H A Defi.c188 bool efi_runtime_fixup_exception(struct pt_regs *regs, const char *msg) in efi_runtime_fixup_exception() function
/linux/arch/arm64/mm/
H A Dfault.c402 if (efi_runtime_fixup_exception(regs, msg)) in __do_kernel_fault()