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

/freebsd-10.2-release/sys/x86/include/
H A Dtrap.h58 #define T_FPOPFLT 24 /* fp coprocessor operand fetch fault */ macro
74 #define ILL_FPOP_FAULT T_FPOPFLT /* coprocessor operand fault */
/freebsd-10.2-release/sys/i386/i386/
H A Dexception.s125 pushl $0; TRAP(T_FPOPFLT)
H A Dtrap.c145 "FPU operand fetch fault", /* 24 T_FPOPFLT */
500 case T_FPOPFLT: /* FPU operand fetch fault */
546 case T_FPOPFLT: /* FPU operand fetch fault */
/freebsd-10.2-release/sys/amd64/amd64/
H A Dtrap.c134 "FPU operand fetch fault", /* 24 T_FPOPFLT */
412 case T_FPOPFLT: /* FPU operand fetch fault */
451 case T_FPOPFLT: /* FPU operand fetch fault */
H A Dexception.S138 TRAP(T_FPOPFLT)
/freebsd-10.2-release/sys/i386/xen/
H A Dexception.s131 pushl $0; TRAP(T_FPOPFLT)
/freebsd-10.2-release/sys/i386/svr4/
H A Dsvr4_machdep.c376 case T_FPOPFLT:

Completed in 83 milliseconds