Searched refs:T_ARITHTRAP (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/x86/include/
H A Dtrap.h48 #define T_ARITHTRAP 6 /* arithmetic trap */ macro
/freebsd-12-stable/sys/i386/i386/
H A Dgdb_machdep.c103 case T_ARITHTRAP: return (SIGFPE);
H A Dtrap.c135 [T_ARITHTRAP] = { .ei = true, .msg = "arithmetic trap" },
346 case T_ARITHTRAP: /* arithmetic trap */
488 case T_ARITHTRAP: /* arithmetic trap */
H A Dexception.s150 pushl $0; TRAP(T_ARITHTRAP)
/freebsd-12-stable/sys/amd64/amd64/
H A Dgdb_machdep.c140 case T_ARITHTRAP: return (SIGFPE);
H A Dtrap.c129 [T_ARITHTRAP] = "arithmetic trap",
309 case T_ARITHTRAP: /* arithmetic trap */
414 case T_ARITHTRAP: /* arithmetic trap */
H A Dexception.S178 TRAP fpu, T_ARITHTRAP

Completed in 190 milliseconds