Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pasemi/
H A Didle.c72 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/
H A Dpervasive.c124 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dasm-prototypes.h82 void system_reset_exception(struct pt_regs *regs);
H A Dmachdep.h95 int (*system_reset_exception)(struct pt_regs *regs); member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dsmp.c431 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A 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()
H A Dirq.c479 system_reset_exception(&regs); in replay_system_reset()
H A Dhead_8xx.S131 EXCEPTION(0x100, Reset, system_reset_exception, EXC_XFER_STD)
H A Dexceptions-64s.S1041 bl system_reset_exception
/OK3568_Linux_fs/kernel/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c660 system_reset_exception(regs); in kvmppc_bad_interrupt()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/
H A Dsetup.c1070 .system_reset_exception = pSeries_system_reset_exception, in define_machine()