Home
last modified time | relevance | path

Searched refs:CR4_OSXMMEXCPT (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/intel/sys/
H A Dcontrolregs.h106 #define CR4_OSXMMEXCPT 0x0400 /* OS unmasked exception support */ macro
123 ((cr) | CR4_OSFXSR | CR4_OSXMMEXCPT)
130 ((cr) & ~(uint32_t)(CR4_OSFXSR | CR4_OSXMMEXCPT))
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dcontrolregs.h83 #define CR4_OSXMMEXCPT 0x0400 /* OS unmasked exception support */ macro
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c916 { "OSXMMEXCPT", CR4_OSXMMEXCPT, CR4_OSXMMEXCPT }, in crregs_dcmd()
/titanic_44/usr/src/uts/intel/ia32/os/
H A Dfpu.c472 (getcr4() & (CR4_OSXMMEXCPT|CR4_OSFXSR)) == 0)); in fpnoextflt()