Home
last modified time | relevance | path

Searched refs:system_reset_exception (Results 1 – 7 of 7) 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 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.S1066 * stack. in_nmi reentrancy is tested in system_reset_exception.
1078 bl CFUNC(system_reset_exception)
/linux/arch/powerpc/platforms/powernv/
H A Dsmp.c434 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
/linux/arch/powerpc/include/asm/
H A Dmachdep.h91 int (*system_reset_exception)(struct pt_regs *regs); member