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()
123 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
81 void system_reset_exception(struct pt_regs *regs);
93 int (*system_reset_exception)(struct pt_regs *regs); member
428 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
442 system_reset_exception(®s); in replay_system_reset()
434 void system_reset_exception(struct pt_regs *regs) in system_reset_exception() function467 if (ppc_md.system_reset_exception) { in system_reset_exception()468 if (ppc_md.system_reset_exception(regs)) in system_reset_exception()
125 EXCEPTION(0x100, Reset, system_reset_exception, EXC_XFER_STD)
884 bl system_reset_exception
668 system_reset_exception(regs); in kvmppc_bad_interrupt()
1018 .system_reset_exception = pSeries_system_reset_exception, in define_machine()