Home
last modified time | relevance | path

Searched refs:X86_FEATURE_XSAVE (Results 1 – 8 of 8) sorted by relevance

/tools/testing/selftests/kvm/x86/
A Dcr4_cpuid_sync_test.c69 TEST_REQUIRE(kvm_cpu_has(X86_FEATURE_XSAVE)); in main()
A Dxcr0_cpuid_test.c112 TEST_REQUIRE(kvm_cpu_has(X86_FEATURE_XSAVE)); in main()
A Damx_test.c131 GUEST_ASSERT(this_cpu_has(X86_FEATURE_XSAVE) && in guest_code()
216 TEST_REQUIRE(kvm_cpu_has(X86_FEATURE_XSAVE)); in main()
A Dset_sregs_test.c65 if (kvm_cpu_has(X86_FEATURE_XSAVE)) in calc_supported_cr4_feature_bits()
A Dstate_test.c142 if (this_cpu_has(X86_FEATURE_XSAVE)) { in guest_code()
/tools/arch/x86/include/asm/
A Dcpufeatures.h131 #define X86_FEATURE_XSAVE ( 4*32+26) /* "xsave" XSAVE/XRSTOR/XSETBV/XGETBV instructions */ macro
/tools/testing/selftests/kvm/lib/x86/
A Dprocessor.c507 if (kvm_cpu_has(X86_FEATURE_XSAVE)) in vcpu_init_sregs()
530 if (!kvm_cpu_has(X86_FEATURE_XSAVE)) in vcpu_init_xcrs()
/tools/testing/selftests/kvm/include/x86/
A Dprocessor.h142 #define X86_FEATURE_XSAVE KVM_X86_CPU_FEATURE(0x1, 0, ECX, 26) macro

Completed in 19 milliseconds