Home
last modified time | relevance | path

Searched refs:system_reset_exception (Results 1 – 6 of 6) 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/kernel/
H A Dirq_64.c447 system_reset_exception(&regs); in replay_system_reset()
H A Dhead_8xx.S113 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
/linux/arch/powerpc/include/asm/
H A Dmachdep.h91 int (*system_reset_exception)(struct pt_regs *regs); member
H A Dinterrupt.h331 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception);
/linux/arch/powerpc/platforms/pseries/
H A Dsetup.c1180 .system_reset_exception = pSeries_system_reset_exception, in define_machine()