Searched refs:hmi_exception_early (Results 1 – 4 of 4) sorted by relevance
289 if (ppc_md.hmi_exception_early) in kvmppc_realmode_hmi_handler()290 ppc_md.hmi_exception_early(NULL); in kvmppc_realmode_hmi_handler()
410 ppc_md.hmi_exception_early = opal_hmi_exception_early2; in pnv_setup_machdep_opal()412 ppc_md.hmi_exception_early = opal_hmi_exception_early; in pnv_setup_machdep_opal()
694 if (ppc_md.hmi_exception_early) in hmi_exception_realmode()695 ppc_md.hmi_exception_early(regs); in hmi_exception_realmode()
98 int (*hmi_exception_early)(struct pt_regs *regs); member