Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dmachdep.h173 int (*hmi_exception_early)(struct pt_regs *regs); member
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dsetup.c276 ppc_md.hmi_exception_early = opal_hmi_exception_early; in pnv_setup_machdep_opal()
/linux-4.1.27/arch/powerpc/kernel/
Dexceptions-64s.S363 b hmi_exception_early
1285 .globl hmi_exception_early
1286 hmi_exception_early: label
Dtraps.c309 if (ppc_md.hmi_exception_early) in hmi_exception_realmode()
310 ppc_md.hmi_exception_early(regs); in hmi_exception_realmode()