Searched refs:handle_hmi_exception (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dirq_64.c140 handle_hmi_exception(&regs);
H A Dtraps.c1065 DEFINE_INTERRUPT_HANDLER_ASYNC(handle_hmi_exception)
1086 if (ppc_md.handle_hmi_exception)
1087 ppc_md.handle_hmi_exception(regs);
H A Dexceptions-64s.S2258 bl CFUNC(handle_hmi_exception)
/linux-master/arch/powerpc/include/asm/
H A Dmachdep.h89 int (*handle_hmi_exception)(struct pt_regs *regs); member in struct:machdep_calls
H A Dinterrupt.h591 DECLARE_INTERRUPT_HANDLER(handle_hmi_exception); variable
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c502 ppc_md.handle_hmi_exception = opal_handle_hmi_exception;

Completed in 163 milliseconds