Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dtrap.h45 #define T_ARITHTRAP 6 /* arithmetic trap */ macro
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c102 case T_ARITHTRAP: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c129 [T_ARITHTRAP] = { .ei = true, .msg = "arithmetic trap" },
365 case T_ARITHTRAP: /* arithmetic trap */ in trap()
507 case T_ARITHTRAP: /* arithmetic trap */ in trap()
H A Dexception.S192 pushl $0; TRAP(T_ARITHTRAP)
/freebsd/sys/amd64/amd64/
H A Dgdb_machdep.c138 case T_ARITHTRAP: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c124 [T_ARITHTRAP] = "arithmetic trap",
344 case T_ARITHTRAP: /* arithmetic trap */ in trap()
449 case T_ARITHTRAP: /* arithmetic trap */ in trap()
H A Dexception.S174 TRAP fpu, T_ARITHTRAP