Home
last modified time | relevance | path

Searched refs:hmi_exception_early (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/arch/powerpc/kvm/
Dbook3s_hv_ras.c173 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()
/linux-6.12.1/arch/powerpc/platforms/powernv/
Dsetup.c499 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()
/linux-6.12.1/arch/powerpc/kernel/
Dmce.c744 if (ppc_md.hmi_exception_early) in DEFINE_INTERRUPT_HANDLER_NMI()
745 ppc_md.hmi_exception_early(regs); in DEFINE_INTERRUPT_HANDLER_NMI()
Dexceptions-64s.S2192 INT_DEFINE_BEGIN(hmi_exception_early)
2199 INT_DEFINE_END(hmi_exception_early)
2209 GEN_INT_ENTRY hmi_exception_early, virt=0, ool=1
2214 __GEN_REALMODE_COMMON_ENTRY hmi_exception_early
2220 __GEN_COMMON_BODY hmi_exception_early
/linux-6.12.1/arch/powerpc/include/asm/
Dmachdep.h92 int (*hmi_exception_early)(struct pt_regs *regs); member