Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/include/asm/
Dasm-prototypes.h63 void handle_hmi_exception(struct pt_regs *regs);
Dmachdep.h94 int (*handle_hmi_exception)(struct pt_regs *regs); member
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dsetup.c474 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
/Linux-v5.10/arch/powerpc/kernel/
Dirq.c261 handle_hmi_exception(&regs); in replay_soft_interrupts()
Dtraps.c1064 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function
1086 if (ppc_md.handle_hmi_exception) in handle_hmi_exception()
1087 ppc_md.handle_hmi_exception(regs); in handle_hmi_exception()
Dexceptions-64s.S2282 bl handle_hmi_exception