Searched refs:system_reset_exception (Results 1 – 11 of 11) sorted by relevance
85 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
136 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
78 void system_reset_exception(struct pt_regs *regs);
105 int (*system_reset_exception)(struct pt_regs *regs); member
386 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
381 void system_reset_exception(struct pt_regs *regs) in system_reset_exception() function394 if (ppc_md.system_reset_exception) { in system_reset_exception()395 if (ppc_md.system_reset_exception(regs)) in system_reset_exception()
456 system_reset_exception(®s); in replay_system_reset()
202 EXCEPTION(0x100, Reset, system_reset_exception, EXC_XFER_STD)
175 system_reset, system_reset_exception,
643 system_reset_exception(regs); in kvmppc_bad_interrupt()
1019 .system_reset_exception = pSeries_system_reset_exception, in define_machine()