Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsetup.c269 ppc_md.hmi_exception_early = opal_hmi_exception_early; in pnv_setup_machdep_opal()
/linux-4.4.14/arch/powerpc/include/asm/
Dmachdep.h147 int (*hmi_exception_early)(struct pt_regs *regs); member
/linux-4.4.14/arch/powerpc/kernel/
Dexceptions-64s.S362 b hmi_exception_early
1277 .globl hmi_exception_early
1278 hmi_exception_early: label
Dtraps.c311 if (ppc_md.hmi_exception_early) in hmi_exception_realmode()
312 ppc_md.hmi_exception_early(regs); in hmi_exception_realmode()