Home
last modified time | relevance | path

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

/arch/x86/kernel/fpu/
Dxstate.c153 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in fpu__init_cpu_xstate()
294 if (!boot_cpu_has(X86_FEATURE_XSAVES)) { in setup_xstate_comp_offsets()
397 if (boot_cpu_has(X86_FEATURE_XSAVES)) in setup_init_fpu_buf()
573 if (!cpu_feature_enabled(X86_FEATURE_XSAVES)) in do_extra_xstate_size_checks()
585 if (!cpu_feature_enabled(X86_FEATURE_XSAVES)) in do_extra_xstate_size_checks()
683 if (boot_cpu_has(X86_FEATURE_XSAVES)) in init_xstate_size()
823 boot_cpu_has(X86_FEATURE_XSAVES) ? "compacted" : "standard"); in fpu__init_system_xstate()
846 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) { in fpu__resume_cpu()
1220 if (WARN_ON_FPU(!cpu_feature_enabled(X86_FEATURE_XSAVES))) in validate_xsaves_xrstors()
Dcore.c226 if (static_cpu_has(X86_FEATURE_XSAVES)) in fpstate_init()
/arch/x86/kernel/cpu/
Dcpuid-deps.c26 { X86_FEATURE_XSAVES, X86_FEATURE_XSAVE },
73 { X86_FEATURE_ENQCMD, X86_FEATURE_XSAVES },
Damd.c991 clear_cpu_cap(c, X86_FEATURE_XSAVES); in init_spectral_chicken()
Dcommon.c1374 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in cpu_parse_early_param()
/arch/x86/include/asm/fpu/
Dinternal.h234 XSAVES, X86_FEATURE_XSAVES) \
253 XRSTORS, X86_FEATURE_XSAVES) \
274 if (boot_cpu_has(X86_FEATURE_XSAVES)) in os_xrstor_booting()
384 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) in os_xrstor_safe()
/arch/x86/include/asm/
Dcpufeatures.h279 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS instructions */ macro
/arch/x86/kvm/
Dcpuid.c134 if (best && (cpuid_entry_has(best, X86_FEATURE_XSAVES) || in kvm_update_cpuid_runtime()
Dx86.c3497 !guest_cpuid_has(vcpu, X86_FEATURE_XSAVES)) in kvm_set_msr_common()
3928 !guest_cpuid_has(vcpu, X86_FEATURE_XSAVES)) in kvm_get_msr_common()
4923 if (boot_cpu_has(X86_FEATURE_XSAVES)) in load_xsave()
10930 if (boot_cpu_has(X86_FEATURE_XSAVES)) in fx_init()
11388 if (boot_cpu_has(X86_FEATURE_XSAVES)) in kvm_arch_hardware_setup()
11400 if (!kvm_cpu_cap_has(X86_FEATURE_XSAVES)) in kvm_arch_hardware_setup()
/arch/x86/events/intel/
Dlbr.c1465 if (!boot_cpu_has(X86_FEATURE_XSAVES)) in is_arch_lbr_xsave_available()
/arch/x86/kvm/vmx/
Dvmx.c4369 guest_cpuid_has(vcpu, X86_FEATURE_XSAVES); in vmx_secondary_exec_control()
7424 kvm_cpu_cap_clear(X86_FEATURE_XSAVES); in vmx_set_cpu_caps()
/arch/x86/kvm/svm/
Dsvm.c4038 boot_cpu_has(X86_FEATURE_XSAVES); in svm_vcpu_after_set_cpuid()