Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/powerpc/kernel/
Dinterrupt.c374 unrecoverable_exception(regs); in interrupt_exit_kernel_prepare()
Dentry_32.S251 bl unrecoverable_exception
Dinterrupt_64.S404 bl CFUNC(unrecoverable_exception)
Dtraps.c2233 void __noreturn unrecoverable_exception(struct pt_regs *regs) in unrecoverable_exception() function
Dexceptions-64s.S1388 bl CFUNC(unrecoverable_exception)
/Linux-v6.6/arch/powerpc/mm/
Dfault.c675 unrecoverable_exception(regs); in DEFINE_INTERRUPT_HANDLER()
/Linux-v6.6/arch/powerpc/include/asm/
Dinterrupt.h647 void __noreturn unrecoverable_exception(struct pt_regs *regs);