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

/linux-master/arch/x86/kernel/fpu/
H A Dinit.c28 cr4_mask |= X86_CR4_OSXMMEXCPT;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c51 X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_OSXMMEXCPT;
/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h116 #define X86_CR4_OSXMMEXCPT _BITUL(X86_CR4_OSXMMEXCPT_BIT) macro
/linux-master/arch/x86/kvm/
H A Dkvm_cache_regs.h10 | X86_CR4_OSXMMEXCPT | X86_CR4_PGE | X86_CR4_TSD | X86_CR4_FSGSBASE)
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h49 #define X86_CR4_OSXMMEXCPT (1ul << 10) macro
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h135 | X86_CR4_OSXMMEXCPT | X86_CR4_LA57 | X86_CR4_VMXE \
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7700 cr4_fixed1_update(X86_CR4_OSXMMEXCPT, edx, feature_bit(XMM));

Completed in 276 milliseconds