Searched refs:handle_hmi_exception (Results 1 – 6 of 6) sorted by relevance
58 void handle_hmi_exception(struct pt_regs *regs);
107 int (*handle_hmi_exception)(struct pt_regs *regs); member
381 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
967 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function989 if (ppc_md.handle_hmi_exception) in handle_hmi_exception()990 ppc_md.handle_hmi_exception(regs); in handle_hmi_exception()
1076 bl handle_hmi_exception
1163 EXCEPTION_COMMON(PACA_EXGEN, 0xe60, hmi_exception_common, handle_hmi_exception,