Searched refs:system_reset_exception (Results 1 – 11 of 11) sorted by relevance
73 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()
431 ppc_md.system_reset_exception = pnv_system_reset_exception; in pnv_smp_init()
91 int (*system_reset_exception)(struct pt_regs *regs); member
529 DECLARE_INTERRUPT_HANDLER_NMI(system_reset_exception);
439 DEFINE_INTERRUPT_HANDLER_NMI(system_reset_exception) in DEFINE_INTERRUPT_HANDLER_NMI() argument464 if (ppc_md.system_reset_exception) { in DEFINE_INTERRUPT_HANDLER_NMI()465 if (ppc_md.system_reset_exception(regs)) in DEFINE_INTERRUPT_HANDLER_NMI()
504 system_reset_exception(®s); in replay_system_reset()
122 EXCEPTION(INTERRUPT_SYSTEM_RESET, Reset, system_reset_exception)
999 bl system_reset_exception
565 system_reset_exception(regs); in kvmppc_bad_interrupt()
1084 .system_reset_exception = pSeries_system_reset_exception, in define_machine()
Completed in 84 milliseconds