Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dasm-prototypes.h63 void handle_hmi_exception(struct pt_regs *regs);
H A Dmachdep.h97 int (*handle_hmi_exception)(struct pt_regs *regs); member
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dsetup.c476 ppc_md.handle_hmi_exception = opal_handle_hmi_exception; in pnv_setup_machdep_opal()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dtraps.c1067 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function
1089 if (ppc_md.handle_hmi_exception) in handle_hmi_exception()
1090 ppc_md.handle_hmi_exception(regs); in handle_hmi_exception()
H A Dirq.c220 handle_hmi_exception(&regs); in replay_soft_interrupts()
H A Dexceptions-64s.S2285 bl handle_hmi_exception