handle_hmi_exception   63 arch/powerpc/include/asm/asm-prototypes.h void handle_hmi_exception(struct pt_regs *regs);
handle_hmi_exception   95 arch/powerpc/include/asm/machdep.h 	int		(*handle_hmi_exception)(struct pt_regs *regs);
handle_hmi_exception 1078 arch/powerpc/kernel/traps.c 	if (ppc_md.handle_hmi_exception)
handle_hmi_exception 1079 arch/powerpc/kernel/traps.c 		ppc_md.handle_hmi_exception(regs);
handle_hmi_exception  413 arch/powerpc/platforms/powernv/setup.c 	ppc_md.handle_hmi_exception = opal_handle_hmi_exception;