Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dtrap.h60 #define T_FPOPFLT 24 /* fp coprocessor operand fetch fault */ macro
/f-stack/freebsd/i386/i386/
H A Dgdb_machdep.c109 case T_FPOPFLT: return (SIGILL); in gdb_cpu_signal()
H A Dtrap.c145 [T_FPOPFLT] = { .ei = true, .msg = "FPU operand fetch fault" },
448 case T_FPOPFLT: /* FPU operand fetch fault */ in trap()
484 case T_FPOPFLT: /* FPU operand fetch fault */ in trap()
H A Dexception.s121 pushl $0; TRAP(T_FPOPFLT)
/f-stack/freebsd/amd64/amd64/
H A Dgdb_machdep.c146 case T_FPOPFLT: return (SIGILL); in gdb_cpu_signal()
H A Dtrap.c145 [T_FPOPFLT] = "FPU operand fetch fault",
374 case T_FPOPFLT: /* FPU operand fetch fault */ in trap()
409 case T_FPOPFLT: /* FPU operand fetch fault */ in trap()
H A Dexception.S177 TRAP fpusegm, T_FPOPFLT