Searched refs:system_reset_exception (Results 1 – 6 of 6) sorted by relevance
82 ppc_md.system_reset_exception = pasemi_system_reset_exception; in pasemi_idle_init()
131 ppc_md.system_reset_exception = cbe_system_reset_exception; in cbe_pervasive_init()
153 int (*system_reset_exception)(struct pt_regs *regs); member
255 void system_reset_exception(struct pt_regs *regs) in system_reset_exception() function258 if (ppc_md.system_reset_exception) { in system_reset_exception()259 if (ppc_md.system_reset_exception(regs)) in system_reset_exception()
444 STD_EXCEPTION_COMMON(0x100, system_reset, .system_reset_exception)
651 .system_reset_exception = pSeries_system_reset_exception, in define_machine()