Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dmachdep.h93 int (*handle_hmi_exception)(struct pt_regs *regs); member
A Dinterrupt.h535 DECLARE_INTERRUPT_HANDLER(handle_hmi_exception);
/linux/arch/powerpc/platforms/powernv/
A Dsetup.c471 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
/linux/arch/powerpc/kernel/
A Dtraps.c1049 DEFINE_INTERRUPT_HANDLER_ASYNC(handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC() argument
1070 if (ppc_md.handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC()
1071 ppc_md.handle_hmi_exception(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
A Dirq.c147 handle_hmi_exception(&regs); in replay_soft_interrupts()
A Dexceptions-64s.S2197 bl handle_hmi_exception

Completed in 19 milliseconds