Searched refs:TRAP (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | exception.s | 105 pushl $0; TRAP(T_DIVIDE) 107 pushl $0; TRAP(T_BPTFLT) 111 pushl $0; TRAP(T_OFLOW) 113 pushl $0; TRAP(T_BOUND) 116 pushl $0; TRAP(T_PRIVINFLT) 119 pushl $0; TRAP(T_DNA) 121 pushl $0; TRAP(T_FPOPFLT) 123 TRAP(T_TSSFLT) 148 pushl $0; TRAP(T_RESERVED) 152 TRAP(T_ALIGNFLT) [all …]
|
| H A D | db_trace.c | 190 #define TRAP 1 macro 329 frame_type = TRAP; in db_nextframe() 399 case TRAP: in db_nextframe() 420 case TRAP: in db_nextframe()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | exception.S | 143 .macro TRAP l, trapno macro 172 TRAP div, T_DIVIDE 173 TRAP ofl, T_OFLOW 174 TRAP bnd, T_BOUND 175 TRAP ill, T_PRIVINFLT 176 TRAP dna, T_DNA 177 TRAP fpusegm, T_FPOPFLT 178 TRAP rsvd, T_RESERVED 179 TRAP fpu, T_ARITHTRAP 180 TRAP xmm, T_XMMFLT
|
| H A D | db_trace.c | 123 #define TRAP 1 macro 203 frame_type = TRAP; in db_nextframe() 245 case TRAP: in db_nextframe()
|