Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pasemi/
H A Didle.c73 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/linux/arch/powerpc/platforms/cell/
H A Dpervasive.c124 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/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.S113 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
H A Dexceptions-64s.S1078 bl CFUNC(system_reset_exception)
/linux/arch/powerpc/include/asm/
H A Dinterrupt.h594 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception);
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1157 .system_reset_exception = pSeries_system_reset_exception, in define_machine()