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

/freebsd-10.2-release/sys/i386/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
/freebsd-10.2-release/sys/x86/include/
H A Dtrap.h45 #define T_BPTFLT 3 /* breakpoint instruction */ macro
/freebsd-10.2-release/sys/amd64/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
/freebsd-10.2-release/sys/amd64/amd64/
H A Dtrap.c113 "breakpoint instruction fault", /* 3 T_BPTFLT */
248 else if (type != T_NMI && type != T_BPTFLT &&
283 case T_BPTFLT: /* bpt instruction fault */
287 if (type == T_BPTFLT) {
548 case T_BPTFLT:
H A Dexception.S114 TRAP_NOEN(T_BPTFLT)
211 * by int3 (0xcc) which causes the #BP (T_BPTFLT) breakpoint
215 cmpl $T_BPTFLT,TF_TRAPNO(%rsp)
/freebsd-10.2-release/sys/i386/i386/
H A Dexception.s111 pushl $0; TRAP(T_BPTFLT)
H A Dtrap.c124 "breakpoint instruction fault", /* 3 T_BPTFLT */
268 else if (type != T_NMI && type != T_BPTFLT &&
321 case T_BPTFLT: /* bpt instruction fault */
325 if (type == T_BPTFLT) {
690 case T_BPTFLT:
/freebsd-10.2-release/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c215 } else if (rp->r_trapno == T_BPTFLT) {
/freebsd-10.2-release/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c224 } else if (rp->r_trapno == T_BPTFLT) {
/freebsd-10.2-release/sys/i386/xen/
H A Dexception.s121 pushl $0; TRAP(T_BPTFLT)
/freebsd-10.2-release/sys/i386/svr4/
H A Dsvr4_machdep.c326 case T_BPTFLT:

Completed in 78 milliseconds