Home
last modified time | relevance | path

Searched refs:TRAP (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dexception.s105 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 Ddb_trace.c190 #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 Dexception.S143 .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 Ddb_trace.c123 #define TRAP 1 macro
203 frame_type = TRAP; in db_nextframe()
245 case TRAP: in db_nextframe()