Home
last modified time | relevance | path

Searched refs:T_NOEXTFLT (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/intel/ia32/sys/
H A Dtrap.h48 #define T_NOEXTFLT 0x7 /* #nm device not available: x87 */ macro
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dexception.s633 TRAP_NOERR(T_NOEXTFLT) /* $7 */
687 pushq $T_NOEXTFLT
756 TRAP_NOERR(T_NOEXTFLT) /* $7 */
826 TRAP_NOERR(T_NOEXTFLT) /* $7 */
/titanic_41/usr/src/uts/intel/kdi/
H A Dkdi_idt.c157 { T_NOEXTFLT, 0, kdi_trap7, NULL },
/titanic_41/usr/src/uts/i86xpv/ml/
H A Dpanic_asm.s337 push $T_NOEXTFLT
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c338 { T_NOEXTFLT, "device-not-avail" },
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c516 set_gatesegd(&idt[T_NOEXTFLT], &xpv_ndptrap, cs, SDT_SYSIGT, TRP_XPL, in switch_to_xpv_panic_idt()
/titanic_41/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c934 set_gatesegd(&idt[T_NOEXTFLT], &ndptrap, KCS_SEL, SDT_SYSIGT, TRP_KPL, in init_idt_common()
/titanic_41/usr/src/uts/i86pc/os/
H A Dtrap.c982 case T_NOEXTFLT + USER: /* math coprocessor not available */ in trap()