Home
last modified time | relevance | path

Searched defs:handle_hmi_exception (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dmachdep.h88 int (*handle_hmi_exception)(struct pt_regs *regs); member
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dmachdep.h97 int (*handle_hmi_exception)(struct pt_regs *regs); member
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dtraps.c1065 DEFINE_INTERRUPT_HANDLER_ASYNC(handle_hmi_exception) in DEFINE_INTERRUPT_HANDLER_ASYNC() argument
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dtraps.c1067 void handle_hmi_exception(struct pt_regs *regs) in handle_hmi_exception() function