Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c1214 struct kvm_cpuid_entry2 *entry_feat, *entry_recomm; in get_supported_hv_cpuid_legacy() local
1224 entry_recomm = &cpuid->entries[1]; in get_supported_hv_cpuid_legacy()
1225 entry_recomm->function = HV_CPUID_ENLIGHTMENT_INFO; in get_supported_hv_cpuid_legacy()
1226 entry_recomm->ebx = cpu->hyperv_spinlock_attempts; in get_supported_hv_cpuid_legacy()
1232 entry_recomm->eax |= HV_RELAXED_TIMING_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1233 entry_recomm->eax |= HV_APIC_ACCESS_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1287 entry_recomm->eax |= HV_REMOTE_TLB_FLUSH_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1288 entry_recomm->eax |= HV_EX_PROCESSOR_MASKS_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1293 entry_recomm->eax |= HV_ENLIGHTENED_VMCS_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1298 entry_recomm->eax |= HV_CLUSTER_IPI_RECOMMENDED; in get_supported_hv_cpuid_legacy()
[all …]