Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/pasemi/
H A Didle.c73 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dpervasive.c124 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/openbmc/linux/arch/powerpc/kernel/
H A Dirq_64.c447 system_reset_exception(&regs); in replay_system_reset()
H A 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()
H A Dhead_8xx.S123 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
H A Dexceptions-64s.S1078 bl CFUNC(system_reset_exception)
/openbmc/linux/arch/powerpc/include/asm/
H A Dmachdep.h86 int (*system_reset_exception)(struct pt_regs *regs); member
H A Dinterrupt.h594 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception);
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c431 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
/openbmc/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1151 .system_reset_exception = pSeries_system_reset_exception, in define_machine()