Searched refs:handle_hmi_exception (Results 1 – 5 of 5) sorted by relevance
170 int (*handle_hmi_exception)(struct pt_regs *regs); member
277 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
751 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function758 if (ppc_md.handle_hmi_exception) in handle_hmi_exception()759 ppc_md.handle_hmi_exception(regs); in handle_hmi_exception()
919 bl handle_hmi_exception
800 STD_EXCEPTION_COMMON_ASYNC(0xe60, hmi_exception, handle_hmi_exception)