Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dtrap.h57 #define T_FPOPFLT 24 /* fp coprocessor operand fetch fault */ macro
/freebsd/sys/i386/i386/
H A Dgdb_machdep.c108 case T_FPOPFLT: return (SIGILL); in gdb_cpu_signal()
H A Dtrap.c140 [T_FPOPFLT] = { .ei = true, .msg = "FPU operand fetch fault" },
473 case T_FPOPFLT: /* FPU operand fetch fault */ in trap()
509 case T_FPOPFLT: /* FPU operand fetch fault */ in trap()
H A Dexception.S117 pushl $0; TRAP(T_FPOPFLT)
/freebsd/sys/amd64/amd64/
H A Dgdb_machdep.c144 case T_FPOPFLT: return (SIGILL); in gdb_cpu_signal()
H A Dtrap.c142 [T_FPOPFLT] = "FPU operand fetch fault",
416 case T_FPOPFLT: /* FPU operand fetch fault */ in trap()
451 case T_FPOPFLT: /* FPU operand fetch fault */ in trap()
H A Dexception.S172 TRAP fpusegm, T_FPOPFLT