Searched refs:hmi_exception_early (Results 1 – 5 of 5) sorted by relevance
173 if (ppc_md.hmi_exception_early) in kvmppc_p9_realmode_hmi_handler()174 ppc_md.hmi_exception_early(NULL); in kvmppc_p9_realmode_hmi_handler()353 if (ppc_md.hmi_exception_early) in kvmppc_realmode_hmi_handler()354 ppc_md.hmi_exception_early(NULL); in kvmppc_realmode_hmi_handler()
499 ppc_md.hmi_exception_early = opal_hmi_exception_early2; in pnv_setup_machdep_opal()501 ppc_md.hmi_exception_early = opal_hmi_exception_early; in pnv_setup_machdep_opal()
744 if (ppc_md.hmi_exception_early) in DEFINE_INTERRUPT_HANDLER_NMI()745 ppc_md.hmi_exception_early(regs); in DEFINE_INTERRUPT_HANDLER_NMI()
2192 INT_DEFINE_BEGIN(hmi_exception_early)2199 INT_DEFINE_END(hmi_exception_early)2209 GEN_INT_ENTRY hmi_exception_early, virt=0, ool=12214 __GEN_REALMODE_COMMON_ENTRY hmi_exception_early2220 __GEN_COMMON_BODY hmi_exception_early
92 int (*hmi_exception_early)(struct pt_regs *regs); member