Searched refs:X86_FEATURE_XSAVES (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/ |
| H A D | xstate.c | 238 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in fpu__init_cpu_xstate() 379 if (!boot_cpu_has(X86_FEATURE_XSAVES)) { in setup_xstate_comp_offsets() 482 if (boot_cpu_has(X86_FEATURE_XSAVES)) in setup_init_fpu_buf() 549 return boot_cpu_has(X86_FEATURE_XSAVES); in using_compacted_format() 782 if (boot_cpu_has(X86_FEATURE_XSAVES)) in init_xstate_size() 900 boot_cpu_has(X86_FEATURE_XSAVES) ? "compacted" : "standard"); in fpu__init_system_xstate() 923 if (boot_cpu_has(X86_FEATURE_XSAVES)) { in fpu__resume_cpu() 1298 if (WARN_ON(!boot_cpu_has(X86_FEATURE_XSAVES))) in copy_supervisor_to_kernel() 1362 if (WARN_ON_FPU(!boot_cpu_has(X86_FEATURE_XSAVES))) in copy_dynamic_supervisor_to_kernel() 1398 if (WARN_ON_FPU(!boot_cpu_has(X86_FEATURE_XSAVES))) in copy_kernel_to_dynamic_supervisor()
|
| H A D | core.c | 204 if (static_cpu_has(X86_FEATURE_XSAVES)) in fpstate_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/ |
| H A D | xss_msr_test.c | 18 #define X86_FEATURE_XSAVES (1<<3) macro 51 xss_supported = entry && !!(entry->eax & X86_FEATURE_XSAVES); in main()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/fpu/ |
| H A D | internal.h | 257 XSAVES, X86_FEATURE_XSAVES) \ 276 XRSTORS, X86_FEATURE_XSAVES) \ 297 if (boot_cpu_has(X86_FEATURE_XSAVES)) in copy_kernel_to_xregs_booting() 397 if (static_cpu_has(X86_FEATURE_XSAVES)) in copy_kernel_to_xregs_err()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/ |
| H A D | cpuid-deps.c | 26 { X86_FEATURE_XSAVES, X86_FEATURE_XSAVE }, 72 { X86_FEATURE_ENQCMD, X86_FEATURE_XSAVES },
|
| H A D | common.c | 1337 setup_clear_cpu_cap(X86_FEATURE_XSAVES); in cpu_parse_early_param()
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | cpufeatures.h | 277 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS instructions */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | cpufeatures.h | 277 #define X86_FEATURE_XSAVES (10*32+ 3) /* XSAVES/XRSTORS instructions */ macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | cpuid.c | 132 if (best && (cpuid_entry_has(best, X86_FEATURE_XSAVES) || in kvm_update_cpuid_runtime()
|
| H A D | x86.c | 3196 !guest_cpuid_has(vcpu, X86_FEATURE_XSAVES)) in kvm_set_msr_common() 3614 !guest_cpuid_has(vcpu, X86_FEATURE_XSAVES)) in kvm_get_msr_common() 4544 if (boot_cpu_has(X86_FEATURE_XSAVES)) in load_xsave() 10094 if (boot_cpu_has(X86_FEATURE_XSAVES)) in fx_init() 10458 if (boot_cpu_has(X86_FEATURE_XSAVES)) in kvm_arch_hardware_setup() 10467 if (!kvm_cpu_cap_has(X86_FEATURE_XSAVES)) in kvm_arch_hardware_setup()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | lbr.c | 1738 if (!boot_cpu_has(X86_FEATURE_XSAVES)) in is_arch_lbr_xsave_available()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 4344 guest_cpuid_has(vcpu, X86_FEATURE_XSAVES); in vmx_compute_secondary_exec_control() 7430 kvm_cpu_cap_clear(X86_FEATURE_XSAVES); in vmx_set_cpu_caps()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | svm.c | 3753 boot_cpu_has(X86_FEATURE_XSAVES); in svm_vcpu_after_set_cpuid()
|