Home
last modified time | relevance | path

Searched refs:unrecoverable_exception (Results 1 – 9 of 9) sorted by relevance

/linux-6.14.4/arch/xtensa/kernel/
Dvectors.S305 .extern unrecoverable_exception
314 call0 unrecoverable_exception
Dentry.S936 ENTRY(unrecoverable_exception)
960 ENDPROC(unrecoverable_exception)
1120 call0 unrecoverable_exception
1441 call0 unrecoverable_exception # should not return
1588 call0 unrecoverable_exception # should not return
/linux-6.14.4/arch/powerpc/kernel/
Dinterrupt.c375 unrecoverable_exception(regs); in interrupt_exit_kernel_prepare()
Dentry_32.S245 bl unrecoverable_exception
Dinterrupt_64.S404 bl CFUNC(unrecoverable_exception)
Dtraps.c2237 void __noreturn unrecoverable_exception(struct pt_regs *regs) in unrecoverable_exception() function
Dexceptions-64s.S1388 bl CFUNC(unrecoverable_exception)
/linux-6.14.4/arch/powerpc/include/asm/
Dinterrupt.h657 void __noreturn unrecoverable_exception(struct pt_regs *regs);
/linux-6.14.4/arch/powerpc/mm/
Dfault.c691 unrecoverable_exception(regs); in DEFINE_INTERRUPT_HANDLER()