Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dmachdep.h170 int (*handle_hmi_exception)(struct pt_regs *regs); member
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dsetup.c277 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
/linux-4.1.27/arch/powerpc/kernel/
Dtraps.c751 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function
758 if (ppc_md.handle_hmi_exception) in handle_hmi_exception()
759 ppc_md.handle_hmi_exception(regs); in handle_hmi_exception()
Dentry_64.S919 bl handle_hmi_exception
Dexceptions-64s.S800 STD_EXCEPTION_COMMON_ASYNC(0xe60, hmi_exception, handle_hmi_exception)