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

/freebsd-12-stable/sys/x86/include/
H A Dtrap.h50 #define T_TRCTRAP 10 /* debug exception (sic) */ macro
/freebsd-12-stable/sys/i386/include/
H A Ddb_machdep.h72 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
/freebsd-12-stable/sys/amd64/include/
H A Ddb_machdep.h69 ((type) == T_TRCTRAP && (code) & DBREG_DR6_BS)
/freebsd-12-stable/sys/i386/i386/
H A Dgdb_machdep.c105 case T_TRCTRAP: return (SIGTRAP);
H A Dexception.s293 * See comment in the handler for the kernel case T_TRCTRAP in trap.c.
300 pushl $T_TRCTRAP
513 cmpl $T_TRCTRAP, TF_TRAPNO(%esp)
H A Dtrap.c137 [T_TRCTRAP] = { .ei = false, .msg = "debug exception" },
330 case T_TRCTRAP: /* debug exception */
508 type = T_TRCTRAP;
613 case T_TRCTRAP: /* debug exception */
/freebsd-12-stable/sys/amd64/amd64/
H A Dgdb_machdep.c142 case T_TRCTRAP: return (SIGTRAP);
H A Dtrap.c133 [T_TRCTRAP] = "debug exception",
251 type != T_TRCTRAP) {
294 case T_TRCTRAP: /* debug exception */
511 case T_TRCTRAP: /* debug exception */
H A Dexception.S639 movl $(T_TRCTRAP),TF_TRAPNO(%rsp)

Completed in 101 milliseconds