Home
last modified time | relevance | path

Searched refs:T_BPTFLT (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dtrap.h47 #define T_BPTFLT 3 /* breakpoint instruction */ macro
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/ia32/
H A Dtrap.h44 #define T_BPTFLT 0x3 /* #bp breakpoint fault, INT3 insn */ macro
/f-stack/freebsd/amd64/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
/f-stack/freebsd/i386/include/
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT)
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c102 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal()
H A Dtrap.c133 [T_BPTFLT] = { .ei = false, .msg = "breakpoint instruction fault" },
313 case T_BPTFLT: /* bpt instruction fault */ in trap()
659 case T_BPTFLT: in trap()
H A Dexception.s107 pushl $0; TRAP(T_BPTFLT)
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c124 [T_BPTFLT] = "breakpoint instruction fault",
243 else if (type != T_NMI && type != T_BPTFLT && in trap()
276 case T_BPTFLT: /* bpt instruction fault */ in trap()
570 case T_BPTFLT: in trap()
H A Dgdb_machdep.c139 case T_BPTFLT: return (SIGTRAP); in gdb_cpu_signal()
H A Dexception.S137 TRAP_NOEN bpt, T_BPTFLT
270 cmpl $T_BPTFLT,TF_TRAPNO(%rsp)