Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dinitcpu.c229 load_cr4(rcr4() | CR4_OSXSAVE); in initializecpu()
/dragonfly/sys/cpu/x86_64/include/
H A Dspecialreg.h72 #define CR4_OSXSAVE 0x00040000 /* Enable XSave (for AVX Instructions) */ macro
/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmx.c758 CR4_OSXSAVE | \
1304 if (!(cr4 & CR4_OSXSAVE)) { in vmx_inkernel_handle_cpuid()
H A Dnvmm_x86_svm.c888 if (!(cr4 & CR4_OSXSAVE)) { in svm_inkernel_handle_cpuid()