Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/platforms/pasemi/
H A Didle.c73 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/linux-6.15/arch/powerpc/kernel/
H A Dirq_64.c447 system_reset_exception(&regs); in replay_system_reset()
H A Dtraps.c441 DEFINE_INTERRUPT_HANDLER_NMI(system_reset_exception) in DEFINE_INTERRUPT_HANDLER_NMI() argument
466 if (ppc_md.system_reset_exception) { in DEFINE_INTERRUPT_HANDLER_NMI()
467 if (ppc_md.system_reset_exception(regs)) in DEFINE_INTERRUPT_HANDLER_NMI()
H A Dhead_8xx.S113 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
H A Dexceptions-64s.S1078 bl CFUNC(system_reset_exception)
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dsmp.c434 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
/linux-6.15/arch/powerpc/include/asm/
H A Dmachdep.h91 int (*system_reset_exception)(struct pt_regs *regs); member
H A Dinterrupt.h594 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception);
/linux-6.15/arch/powerpc/platforms/pseries/
H A Dsetup.c1157 .system_reset_exception = pSeries_system_reset_exception, in define_machine()