Symbol: X86_FEATURE_OSXSAVE
arch/x86/crypto/aria_aesni_avx2_glue.c
203
!boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/crypto/aria_aesni_avx_glue.c
189
!boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/crypto/aria_gfni_avx512_glue.c
206
!boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/crypto/camellia_aesni_avx2_glue.c
105
!boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/crypto/camellia_aesni_avx_glue.c
105
!boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/crypto/serpent_avx2_glue.c
98
if (!boot_cpu_has(X86_FEATURE_AVX2) || !boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/crypto/sm4_aesni_avx2_glue.c
106
!boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/crypto/sm4_aesni_avx_glue.c
321
!boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/include/asm/trace/fpu.h
24
if (boot_cpu_has(X86_FEATURE_OSXSAVE)) {
arch/x86/include/asm/xor_avx.h
171
if (boot_cpu_has(X86_FEATURE_AVX) && boot_cpu_has(X86_FEATURE_OSXSAVE)) \
arch/x86/include/asm/xor_avx.h
176
(boot_cpu_has(X86_FEATURE_AVX) && boot_cpu_has(X86_FEATURE_OSXSAVE) ? &xor_block_avx : FASTEST)
arch/x86/kernel/cpu/sgx/driver.c
189
if (cpu_feature_enabled(X86_FEATURE_OSXSAVE)) {
arch/x86/kernel/fpu/xstate.c
955
setup_force_cpu_cap(X86_FEATURE_OSXSAVE);
arch/x86/kvm/cpuid.c
297
kvm_update_feature_runtime(vcpu, best, X86_FEATURE_OSXSAVE,
arch/x86/kvm/cpuid.h
274
x86_feature == X86_FEATURE_OSXSAVE ||
arch/x86/kvm/vmx/tdx.c
3524
if (!cpu_feature_enabled(X86_FEATURE_OSXSAVE)) {
arch/x86/xen/enlighten_pv.c
377
(1 << (X86_FEATURE_OSXSAVE % 32));
arch/x86/xen/enlighten_pv.c
409
setup_clear_cpu_cap(X86_FEATURE_OSXSAVE);
tools/testing/selftests/kvm/x86/amx_test.c
154
this_cpu_has(X86_FEATURE_OSXSAVE));
tools/testing/selftests/kvm/x86/cpuid_test.c
66
mask.regs[X86_FEATURE_OSXSAVE.reg] &= ~BIT(X86_FEATURE_OSXSAVE.bit);
tools/testing/selftests/kvm/x86/cr4_cpuid_sync_test.c
27
[KVM_CPUID_EAX] = X86_FEATURE_OSXSAVE.function,
tools/testing/selftests/kvm/x86/cr4_cpuid_sync_test.c
28
[KVM_CPUID_ECX] = X86_FEATURE_OSXSAVE.index,
tools/testing/selftests/kvm/x86/cr4_cpuid_sync_test.c
35
GUEST_ASSERT(this_cpu_has(X86_FEATURE_OSXSAVE));
tools/testing/selftests/kvm/x86/cr4_cpuid_sync_test.c
54
GUEST_ASSERT(!(regs[X86_FEATURE_OSXSAVE.reg] & BIT(X86_FEATURE_OSXSAVE.bit)));
tools/testing/selftests/kvm/x86/cr4_cpuid_sync_test.c
57
GUEST_ASSERT(this_cpu_has(X86_FEATURE_OSXSAVE));
tools/testing/selftests/kvm/x86/set_sregs_test.c
89
(vcpu->cpuid && vcpu_cpuid_has(vcpu, X86_FEATURE_OSXSAVE)),