Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h78 #define CR4_OSXMMEXCPT 0x00000400 /* enable unmasked SSE exceptions */ macro
1639 #define CR4_DEFAULT (CR4_PAE|CR4_PGE|CR4_PSE|CR4_OSFXSR|CR4_OSXMMEXCPT)
/openbsd/sys/arch/i386/include/
H A Dspecialreg.h74 #define CR4_OSXMMEXCPT 0x00000400 /* enable unmasked SSE exceptions */ macro
/openbsd/sys/arch/amd64/amd64/
H A Dacpi_wakecode.S192 mov $(CR4_PAE|CR4_OSFXSR|CR4_OSXMMEXCPT|CR4_PSE),%eax
H A Dvmm_machdep.c7956 { CR4_OSXMMEXCPT, "OSXMMEXCPT ", "osxmmexcpt "}, in vmm_decode_cr4()
/openbsd/sys/arch/i386/i386/
H A Dcpu.c430 cr4 |= CR4_OSXMMEXCPT; in cpu_init()
H A Dmachdep.c2078 lcr4(rcr4() | CR4_OSXMMEXCPT); in identifycpu()