Searched refs:X86_FEATURE_XSAVE (Results 1 – 8 of 8) sorted by relevance
69 TEST_REQUIRE(kvm_cpu_has(X86_FEATURE_XSAVE)); in main()
112 TEST_REQUIRE(kvm_cpu_has(X86_FEATURE_XSAVE)); in main()
131 GUEST_ASSERT(this_cpu_has(X86_FEATURE_XSAVE) && in guest_code()216 TEST_REQUIRE(kvm_cpu_has(X86_FEATURE_XSAVE)); in main()
65 if (kvm_cpu_has(X86_FEATURE_XSAVE)) in calc_supported_cr4_feature_bits()
142 if (this_cpu_has(X86_FEATURE_XSAVE)) { in guest_code()
131 #define X86_FEATURE_XSAVE ( 4*32+26) /* "xsave" XSAVE/XRSTOR/XSETBV/XGETBV instructions */ macro
507 if (kvm_cpu_has(X86_FEATURE_XSAVE)) in vcpu_init_sregs()530 if (!kvm_cpu_has(X86_FEATURE_XSAVE)) in vcpu_init_xcrs()
142 #define X86_FEATURE_XSAVE KVM_X86_CPU_FEATURE(0x1, 0, ECX, 26) macro
Completed in 19 milliseconds