Home
last modified time | relevance | path

Searched refs:hmi_handle_debugtrig (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/
Dhmi.h35 extern long hmi_handle_debugtrig(struct pt_regs *regs);
/linux-6.6.21/arch/powerpc/kvm/
Dbook3s_hv_ras.c168 if (hmi_handle_debugtrig(NULL) >= 0) { in kvmppc_p9_realmode_hmi_handler()
313 if (hmi_handle_debugtrig(NULL) >= 0) in kvmppc_realmode_hmi_handler()
/linux-6.6.21/arch/powerpc/kernel/
Dmce.c690 long hmi_handle_debugtrig(struct pt_regs *regs) in hmi_handle_debugtrig() function
738 ret = hmi_handle_debugtrig(regs); in DEFINE_INTERRUPT_HANDLER_NMI()