Searched refs:system_reset_exception (Results 1 – 11 of 11) sorted by relevance
72 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
124 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
82 void system_reset_exception(struct pt_regs *regs);
95 int (*system_reset_exception)(struct pt_regs *regs); member
431 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
479 system_reset_exception(®s); in replay_system_reset()
440 void system_reset_exception(struct pt_regs *regs) in system_reset_exception() function470 if (ppc_md.system_reset_exception) { in system_reset_exception()471 if (ppc_md.system_reset_exception(regs)) in system_reset_exception()
131 EXCEPTION(0x100, Reset, system_reset_exception, EXC_XFER_STD)
1041 bl system_reset_exception
660 system_reset_exception(regs); in kvmppc_bad_interrupt()
1068 .system_reset_exception = pSeries_system_reset_exception, in define_machine()