Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dcpuid_test.c66 mask.regs[X86_FEATURE_OSXSAVE.reg] &= ~BIT(X86_FEATURE_OSXSAVE.bit); in get_const_cpuid_mask()
H A Dset_sregs_test.c109 (vcpu->cpuid && vcpu_cpuid_has(vcpu, X86_FEATURE_OSXSAVE)), in test_cr_bits()
H A Damx_test.c154 this_cpu_has(X86_FEATURE_OSXSAVE)); in guest_code()
/linux/arch/x86/include/asm/trace/
H A Dfpu.h24 if (boot_cpu_has(X86_FEATURE_OSXSAVE)) {
/linux/arch/x86/crypto/
H A Daria_aesni_avx_glue.c189 !boot_cpu_has(X86_FEATURE_OSXSAVE)) { in aria_avx_init()
H A Daria_aesni_avx2_glue.c203 !boot_cpu_has(X86_FEATURE_OSXSAVE)) { in aria_avx2_init()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h132 #define X86_FEATURE_OSXSAVE ( 4*32+27) /* XSAVE instruction enabled in the OS */ macro
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h165 #define X86_FEATURE_OSXSAVE KVM_X86_CPU_FEATURE(0x1, 0, ECX, 27)
147 #define X86_FEATURE_OSXSAVE global() macro