Searched refs:nmi_handle (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dnmi.c132 static int nmi_handle(unsigned int type, struct pt_regs *regs) function
164 NOKPROBE_SYMBOL(nmi_handle); variable
231 if (nmi_handle(NMI_SERR, regs))
254 if (nmi_handle(NMI_IO_CHECK, regs))
299 handled = nmi_handle(NMI_UNKNOWN, regs);
351 handled = nmi_handle(NMI_LOCAL, regs);

Completed in 100 milliseconds