Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/include/asm/
Dmachdep.h88 int (*handle_hmi_exception)(struct pt_regs *regs); member
Dinterrupt.h600 DECLARE_INTERRUPT_HANDLER(handle_hmi_exception);
/linux-5.19.10/arch/powerpc/platforms/powernv/
Dsetup.c488 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
/linux-5.19.10/arch/powerpc/kernel/
Dtraps.c1051 DEFINE_INTERRUPT_HANDLER_ASYNC(handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC() argument
1072 if (ppc_md.handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC()
1073 ppc_md.handle_hmi_exception(regs); in DEFINE_INTERRUPT_HANDLER_ASYNC()
Dirq.c145 handle_hmi_exception(&regs); in replay_soft_interrupts()
Dexceptions-64s.S2219 bl handle_hmi_exception