Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A 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/arch/powerpc/include/asm/
H A Dmachdep.h96 int (*hmi_exception_early)(struct pt_regs *regs); member
/linux/arch/powerpc/kernel/
H 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()