Searched refs:handle_hmi_exception (Results 1 – 5 of 5) sorted by relevance
140 handle_hmi_exception(®s); in __replay_soft_interrupts()
1064 DEFINE_INTERRUPT_HANDLER_ASYNC(handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC() argument1085 if (ppc_md.handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC()1086 ppc_md.handle_hmi_exception(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
2241 bl CFUNC(handle_hmi_exception)
93 int (*handle_hmi_exception)(struct pt_regs *regs); member
502 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()