Home
last modified time | relevance | path

Searched refs:T_NMI (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/x86/include/
H A Dtrap.h52 #define T_NMI 19 /* non-maskable trap */ macro
/freebsd/sys/amd64/amd64/
H A Dtrap.c137 [T_NMI] = "non-maskable interrupt trap",
235 if (type == T_NMI && ipi_nmi_handler() == 0) in trap()
251 if (type == T_NMI) { in trap()
281 case T_NMI: in trap()
395 case T_NMI: in trap()
611 case T_NMI: in trap()
H A Dgdb_machdep.c143 case T_NMI: return (SIGTRAP); in gdb_cpu_signal()
H A Dexception.S772 movl $(T_NMI),TF_TRAPNO(%rsp)
/freebsd/sys/i386/i386/
H A Dtrap.c135 [T_NMI] = { .ei = false, .msg = "non-maskable interrupt trap" },
242 if (type == T_NMI && ipi_nmi_handler() == 0) in trap()
259 if (type == T_NMI) { in trap()
435 case T_NMI: in trap()
695 case T_NMI: in trap()
H A Dgdb_machdep.c107 case T_NMI: return (SIGTRAP); in gdb_cpu_signal()
H A Dexception.S369 pushl $T_NMI
486 cmpb $T_NMI,TF_TRAPNO(%esp)
533 cmpl $T_NMI, TF_TRAPNO(%esp)