Searched refs:handle_hmi_exception (Results 1 – 6 of 6) sorted by relevance
93 int (*handle_hmi_exception)(struct pt_regs *regs); member
535 DECLARE_INTERRUPT_HANDLER(handle_hmi_exception);
471 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
1049 DEFINE_INTERRUPT_HANDLER_ASYNC(handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC() argument1070 if (ppc_md.handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC()1071 ppc_md.handle_hmi_exception(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
147 handle_hmi_exception(®s); in replay_soft_interrupts()
2197 bl handle_hmi_exception
Completed in 19 milliseconds