Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pasemi/
A Didle.c73 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/linux/arch/powerpc/platforms/cell/
A Dpervasive.c124 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/linux/arch/powerpc/platforms/powernv/
A Dsmp.c431 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
/linux/arch/powerpc/include/asm/
A Dmachdep.h91 int (*system_reset_exception)(struct pt_regs *regs); member
A Dinterrupt.h529 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception);
/linux/arch/powerpc/kernel/
A Dtraps.c439 DEFINE_INTERRUPT_HANDLER_NMI(system_reset_exception) in DEFINE_INTERRUPT_HANDLER_NMI() argument
464 if (ppc_md.system_reset_exception) { in DEFINE_INTERRUPT_HANDLER_NMI()
465 if (ppc_md.system_reset_exception(regs)) in DEFINE_INTERRUPT_HANDLER_NMI()
A Dirq.c504 system_reset_exception(&regs); in replay_system_reset()
A Dhead_8xx.S122 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
A Dexceptions-64s.S999 bl system_reset_exception
/linux/arch/powerpc/kvm/
A Dbook3s_hv_builtin.c565 system_reset_exception(regs); in kvmppc_bad_interrupt()
/linux/arch/powerpc/platforms/pseries/
A Dsetup.c1084 .system_reset_exception = pSeries_system_reset_exception, in define_machine()

Completed in 84 milliseconds