Searched refs:recomm (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.15/tools/testing/selftests/kvm/x86_64/ |
| D | hyperv_features.c | 156 struct kvm_cpuid_entry2 *recomm, in hv_set_cpuid() argument 161 TEST_ASSERT(set_cpuid(cpuid, recomm), in hv_set_cpuid() 177 struct kvm_cpuid_entry2 recomm = { in guest_test_msrs_access() local 448 hv_set_cpuid(vm, best, &feat, &recomm, &dbg); in guest_test_msrs_access() 490 struct kvm_cpuid_entry2 recomm = { in guest_test_hcalls_access() local 542 recomm.eax |= HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED; in guest_test_hcalls_access() 550 recomm.eax |= HV_X64_EX_PROCESSOR_MASKS_RECOMMENDED; in guest_test_hcalls_access() 559 recomm.eax |= HV_X64_CLUSTER_IPI_RECOMMENDED; in guest_test_hcalls_access() 573 recomm.ebx = 0xfff; in guest_test_hcalls_access() 593 hv_set_cpuid(vm, best, &feat, &recomm, &dbg); in guest_test_hcalls_access()
|