Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Dasm-prototypes.h63 void handle_hmi_exception(struct pt_regs *regs);
Dmachdep.h95 int (*handle_hmi_exception)(struct pt_regs *regs); member
/Linux-v5.4/arch/powerpc/platforms/powernv/
Dsetup.c413 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
/Linux-v5.4/arch/powerpc/kernel/
Dtraps.c1049 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function
1071 if (ppc_md.handle_hmi_exception) in handle_hmi_exception()
1072 ppc_md.handle_hmi_exception(regs); in handle_hmi_exception()
Dentry_64.S1099 bl handle_hmi_exception
Dexceptions-64s.S1624 bl handle_hmi_exception