Searched refs:handle_hmi_exception (Results 1 – 5 of 5) sorted by relevance
270 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
144 int (*handle_hmi_exception)(struct pt_regs *regs); member
753 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function760 if (ppc_md.handle_hmi_exception) in handle_hmi_exception()761 ppc_md.handle_hmi_exception(regs); in handle_hmi_exception()
966 bl handle_hmi_exception
799 STD_EXCEPTION_COMMON_ASYNC(0xe60, hmi_exception, handle_hmi_exception)