Home
last modified time | relevance | path

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

/Linux-v5.15/arch/powerpc/platforms/pasemi/
Didle.c73 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/Linux-v5.15/arch/powerpc/platforms/cell/
Dpervasive.c124 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/Linux-v5.15/arch/powerpc/platforms/powernv/
Dsmp.c431 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
/Linux-v5.15/arch/powerpc/include/asm/
Dmachdep.h95 int (*system_reset_exception)(struct pt_regs *regs); member
Dinterrupt.h529 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception);
/Linux-v5.15/arch/powerpc/kernel/
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()
Dirq.c504 system_reset_exception(&regs); in replay_system_reset()
Dhead_8xx.S122 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
Dexceptions-64s.S999 bl system_reset_exception
/Linux-v5.15/arch/powerpc/kvm/
Dbook3s_hv_builtin.c565 system_reset_exception(regs); in kvmppc_bad_interrupt()
/Linux-v5.15/arch/powerpc/platforms/pseries/
Dsetup.c1085 .system_reset_exception = pSeries_system_reset_exception, in define_machine()