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

/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_ras.c173 if (ppc_md.hmi_exception_early)
174 ppc_md.hmi_exception_early(NULL);
353 if (ppc_md.hmi_exception_early)
354 ppc_md.hmi_exception_early(NULL);
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c499 ppc_md.hmi_exception_early = opal_hmi_exception_early2;
501 ppc_md.hmi_exception_early = opal_hmi_exception_early;
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h92 int (*hmi_exception_early)(struct pt_regs *regs); member in struct:machdep_calls
/linux-master/arch/powerpc/kernel/
H A Dmce.c744 if (ppc_md.hmi_exception_early)
745 ppc_md.hmi_exception_early(regs);
H 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 143 milliseconds