Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/include/asm/
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-6.12.1/arch/arm64/kernel/
Defi.c179 bool efi_runtime_fixup_exception(struct pt_regs *regs, const char *msg) in efi_runtime_fixup_exception() function
Dtraps.c502 if (efi_runtime_fixup_exception(regs, "BTI violation")) { in do_el1_bti()
/linux-6.12.1/arch/arm64/mm/
Dfault.c408 if (efi_runtime_fixup_exception(regs, msg)) in __do_kernel_fault()