Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
A Dcpuid-deps.c26 { X86_FEATURE_XSAVES, X86_FEATURE_XSAVE },
73 { X86_FEATURE_ENQCMD, X86_FEATURE_XSAVES },
78 { X86_FEATURE_XFD, X86_FEATURE_XSAVES },
A Dcommon.c1262 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in cpu_parse_early_param()
/linux/arch/x86/kernel/fpu/
A Dxstate.h19 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) in xstate_init_xcomp_bv()
107 XSAVES, X86_FEATURE_XSAVES) \
126 XRSTORS, X86_FEATURE_XSAVES) \
302 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) in os_xrstor_safe()
A Dxstate.c170 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in fpu__init_cpu_xstate()
310 if (!cpu_feature_enabled(X86_FEATURE_XSAVES)) { in setup_xstate_comp_offsets()
378 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) in os_xrstor_booting()
683 bool compacted = cpu_feature_enabled(X86_FEATURE_XSAVES); in paranoid_xstate_size_valid()
786 bool compacted = cpu_feature_enabled(X86_FEATURE_XSAVES); in init_xstate_size()
970 boot_cpu_has(X86_FEATURE_XSAVES) ? "compacted" : "standard"); in fpu__init_system_xstate()
993 if (cpu_feature_enabled(X86_FEATURE_XSAVES)) { in fpu__resume_cpu()
1356 if (WARN_ON_FPU(!cpu_feature_enabled(X86_FEATURE_XSAVES))) in validate_independent_components()
1606 bool compacted = cpu_feature_enabled(X86_FEATURE_XSAVES); in __xstate_request_perm()
/linux/tools/testing/selftests/kvm/x86_64/
A Dxss_msr_test.c18 #define X86_FEATURE_XSAVES (1<<3) macro
51 xss_supported = entry && !!(entry->eax & X86_FEATURE_XSAVES); in main()
/linux/arch/x86/include/asm/
A Dcpufeatures.h279 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS instructions */ macro
/linux/tools/arch/x86/include/asm/
A Dcpufeatures.h279 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS instructions */ macro
/linux/arch/x86/kvm/
A Dcpuid.c175 if (best && (cpuid_entry_has(best, X86_FEATURE_XSAVES) || in kvm_update_cpuid_runtime()
A Dx86.c3500 !guest_cpuid_has(vcpu, X86_FEATURE_XSAVES)) in kvm_set_msr_common()
3929 !guest_cpuid_has(vcpu, X86_FEATURE_XSAVES)) in kvm_get_msr_common()
11262 if (boot_cpu_has(X86_FEATURE_XSAVES)) in kvm_arch_hardware_setup()
11272 if (!kvm_cpu_cap_has(X86_FEATURE_XSAVES)) in kvm_arch_hardware_setup()
/linux/arch/x86/events/intel/
A Dlbr.c1722 if (!boot_cpu_has(X86_FEATURE_XSAVES)) in is_arch_lbr_xsave_available()
/linux/arch/x86/kvm/vmx/
A Dvmx.c4240 guest_cpuid_has(vcpu, X86_FEATURE_XSAVES); in vmx_secondary_exec_control()
7255 kvm_cpu_cap_clear(X86_FEATURE_XSAVES); in vmx_set_cpu_caps()
/linux/arch/x86/kvm/svm/
A Dsvm.c4081 boot_cpu_has(X86_FEATURE_XSAVES); in svm_vcpu_after_set_cpuid()

Completed in 69 milliseconds