Home
last modified time | relevance | path

Searched refs:T_MCHK (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dtrap.h64 #define T_MCHK 28 /* machine check trap */ macro
/f-stack/freebsd/i386/i386/
H A Dexception.s329 pushl $T_MCHK
511 cmpl $T_MCHK, TF_TRAPNO(%esp)
H A Dtrap.c149 [T_MCHK] = { .ei = true, .msg = "machine check trap" },
251 if (type == T_MCHK) { in trap()
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c149 [T_MCHK] = "machine check trap",
H A Dexception.S994 movl $(T_MCHK),TF_TRAPNO(%rsp)