Searched refs:handle_hmi_exception (Results 1 – 6 of 6) sorted by relevance
147 handle_hmi_exception(®s); in replay_soft_interrupts()
1065 DEFINE_INTERRUPT_HANDLER_ASYNC(handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC() argument1086 if (ppc_md.handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC()1087 ppc_md.handle_hmi_exception(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
2244 bl handle_hmi_exception
86 int (*handle_hmi_exception)(struct pt_regs *regs); member
610 DECLARE_INTERRUPT_HANDLER(handle_hmi_exception);
510 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()