Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/platforms/pasemi/
Didle.c73 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/linux-6.1.9/arch/powerpc/platforms/cell/
Dpervasive.c124 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/linux-6.1.9/arch/powerpc/kernel/
Dirq_64.c420 system_reset_exception(&regs); in replay_system_reset()
Dtraps.c442 DEFINE_INTERRUPT_HANDLER_NMI(system_reset_exception) in DEFINE_INTERRUPT_HANDLER_NMI() argument
467 if (ppc_md.system_reset_exception) { in DEFINE_INTERRUPT_HANDLER_NMI()
468 if (ppc_md.system_reset_exception(regs)) in DEFINE_INTERRUPT_HANDLER_NMI()
Dhead_8xx.S122 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
Dexceptions-64s.S1065 bl system_reset_exception
/linux-6.1.9/arch/powerpc/platforms/powernv/
Dsmp.c431 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
/linux-6.1.9/arch/powerpc/include/asm/
Dmachdep.h84 int (*system_reset_exception)(struct pt_regs *regs); member
Dinterrupt.h603 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception);
/linux-6.1.9/arch/powerpc/platforms/pseries/
Dsetup.c1147 .system_reset_exception = pSeries_system_reset_exception, in define_machine()