Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dtrap.h48 #define T_ARITHTRAP 6 /* arithmetic trap */ macro
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c103 case T_ARITHTRAP: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c134 [T_ARITHTRAP] = { .ei = true, .msg = "arithmetic trap" },
340 case T_ARITHTRAP: /* arithmetic trap */ in trap()
482 case T_ARITHTRAP: /* arithmetic trap */ in trap()
H A Dexception.s150 pushl $0; TRAP(T_ARITHTRAP)
/f-stack/freebsd/amd64/amd64/
H A Dgdb_machdep.c140 case T_ARITHTRAP: return (SIGFPE); in gdb_cpu_signal()
H A Dtrap.c127 [T_ARITHTRAP] = "arithmetic trap",
302 case T_ARITHTRAP: /* arithmetic trap */ in trap()
407 case T_ARITHTRAP: /* arithmetic trap */ in trap()
H A Dexception.S179 TRAP fpu, T_ARITHTRAP