Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_hv_ras.c172 if (ppc_md.hmi_exception_early) in kvmppc_p9_realmode_hmi_handler()
173 ppc_md.hmi_exception_early(NULL); in kvmppc_p9_realmode_hmi_handler()
352 if (ppc_md.hmi_exception_early) in kvmppc_realmode_hmi_handler()
353 ppc_md.hmi_exception_early(NULL); in kvmppc_realmode_hmi_handler()
/linux-6.3-rc2/arch/powerpc/platforms/powernv/
A Dsetup.c507 ppc_md.hmi_exception_early = opal_hmi_exception_early2; in pnv_setup_machdep_opal()
509 ppc_md.hmi_exception_early = opal_hmi_exception_early; in pnv_setup_machdep_opal()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dmachdep.h90 int (*hmi_exception_early)(struct pt_regs *regs); member
/linux-6.3-rc2/arch/powerpc/kernel/
A 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()
A Dexceptions-64s.S2209 INT_DEFINE_BEGIN(hmi_exception_early)
2216 INT_DEFINE_END(hmi_exception_early)
2226 GEN_INT_ENTRY hmi_exception_early, virt=0, ool=1
2231 __GEN_REALMODE_COMMON_ENTRY hmi_exception_early
2237 __GEN_COMMON_BODY hmi_exception_early

Completed in 20 milliseconds