Searched refs:nmi_handle (Results 1 – 1 of 1) sorted by relevance
130 static int nmi_handle(unsigned int type, struct pt_regs *regs) in nmi_handle() function175 NOKPROBE_SYMBOL(nmi_handle);267 if (nmi_handle(NMI_SERR, regs)) in pci_serr_error()290 if (nmi_handle(NMI_IO_CHECK, regs)) in io_check_error()334 handled = nmi_handle(NMI_UNKNOWN, regs); in unknown_nmi_error()392 handled = nmi_handle(NMI_LOCAL, regs); in default_do_nmi()
Completed in 4 milliseconds