Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/
Didle.c72 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/
Dpervasive.c124 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dasm-prototypes.h82 void system_reset_exception(struct pt_regs *regs);
Dmachdep.h95 int (*system_reset_exception)(struct pt_regs *regs); member
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/
Dsmp.c431 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dirq.c479 system_reset_exception(&regs); in replay_system_reset()
Dtraps.c440 void system_reset_exception(struct pt_regs *regs) in system_reset_exception() function
470 if (ppc_md.system_reset_exception) { in system_reset_exception()
471 if (ppc_md.system_reset_exception(regs)) in system_reset_exception()
Dhead_8xx.S131 EXCEPTION(0x100, Reset, system_reset_exception, EXC_XFER_STD)
Dexceptions-64s.S1041 bl system_reset_exception
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_builtin.c660 system_reset_exception(regs); in kvmppc_bad_interrupt()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dsetup.c1068 .system_reset_exception = pSeries_system_reset_exception, in define_machine()