Home
last modified time | relevance | path

Searched refs:X86_FEATURE_XSAVES (Results 1 – 13 of 13) sorted by relevance

/linux-6.1.9/arch/x86/kernel/cpu/
Dcpuid-deps.c26 { X86_FEATURE_XSAVES, X86_FEATURE_XSAVE },
73 { X86_FEATURE_ENQCMD, X86_FEATURE_XSAVES },
78 { X86_FEATURE_XFD, X86_FEATURE_XSAVES },
Dcommon.c1450 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in cpu_parse_early_param()
/linux-6.1.9/arch/x86/kernel/fpu/
Dxstate.h120 XSAVES, X86_FEATURE_XSAVES) \
135 XRSTORS, X86_FEATURE_XSAVES) \
317 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) in os_xrstor_safe()
Dxstate.c195 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in fpu__init_cpu_xstate()
317 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) in os_xrstor_booting()
588 bool xsaves = cpu_feature_enabled(X86_FEATURE_XSAVES); in paranoid_xstate_size_valid()
808 if (!cpu_feature_enabled(X86_FEATURE_XSAVES)) in fpu__init_system_xstate()
837 cpu_feature_enabled(X86_FEATURE_XSAVES)) in fpu__init_system_xstate()
912 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) { in fpu__resume_cpu()
1333 if (WARN_ON_FPU(!cpu_feature_enabled(X86_FEATURE_XSAVES))) in validate_independent_components()
/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dxss_msr_test.c28 TEST_REQUIRE(kvm_cpu_has(X86_FEATURE_XSAVES)); in main()
/linux-6.1.9/tools/arch/x86/include/asm/
Dcpufeatures.h280 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS instructions */ macro
/linux-6.1.9/arch/x86/include/asm/
Dcpufeatures.h280 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS instructions */ macro
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h120 #define X86_FEATURE_XSAVES KVM_X86_CPU_FEATURE(0xD, 1, EAX, 3) macro
/linux-6.1.9/arch/x86/events/intel/
Dlbr.c1481 if (!boot_cpu_has(X86_FEATURE_XSAVES)) in is_arch_lbr_xsave_available()
/linux-6.1.9/arch/x86/kvm/
Dcpuid.c275 if (best && (cpuid_entry_has(best, X86_FEATURE_XSAVES) || in __kvm_update_cpuid_runtime()
Dx86.c3672 !guest_cpuid_has(vcpu, X86_FEATURE_XSAVES)) in kvm_set_msr_common()
4157 !guest_cpuid_has(vcpu, X86_FEATURE_XSAVES)) in kvm_get_msr_common()
12276 if (boot_cpu_has(X86_FEATURE_XSAVES)) in kvm_arch_hardware_setup()
12289 if (!kvm_cpu_cap_has(X86_FEATURE_XSAVES)) in kvm_arch_hardware_setup()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c4511 guest_cpuid_has(vcpu, X86_FEATURE_XSAVES); in vmx_secondary_exec_control()
7705 kvm_cpu_cap_clear(X86_FEATURE_XSAVES); in vmx_set_cpu_caps()
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm.c4123 boot_cpu_has(X86_FEATURE_XSAVES); in svm_vcpu_after_set_cpuid()