Home
last modified time | relevance | path

Searched refs:handle_hmi_exception (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/powernv/
Dsetup.c270 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
/linux-4.4.14/arch/powerpc/include/asm/
Dmachdep.h144 int (*handle_hmi_exception)(struct pt_regs *regs); member
/linux-4.4.14/arch/powerpc/kernel/
Dtraps.c753 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function
760 if (ppc_md.handle_hmi_exception) in handle_hmi_exception()
761 ppc_md.handle_hmi_exception(regs); in handle_hmi_exception()
Dentry_64.S966 bl handle_hmi_exception
Dexceptions-64s.S799 STD_EXCEPTION_COMMON_ASYNC(0xe60, hmi_exception, handle_hmi_exception)