Searched refs:hmi_exception_early (Results 1 – 4 of 4) sorted by relevance
173 int (*hmi_exception_early)(struct pt_regs *regs); member
276 ppc_md.hmi_exception_early = opal_hmi_exception_early; in pnv_setup_machdep_opal()
363 b hmi_exception_early1285 .globl hmi_exception_early1286 hmi_exception_early: label
309 if (ppc_md.hmi_exception_early) in hmi_exception_realmode()310 ppc_md.hmi_exception_early(regs); in hmi_exception_realmode()