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.c1167 struct kvm_cpuid_entry2 *entry_feat, *entry_recomm; in get_supported_hv_cpuid_legacy() local
1177 entry_recomm = &cpuid->entries[1]; in get_supported_hv_cpuid_legacy()
1178 entry_recomm->function = HV_CPUID_ENLIGHTMENT_INFO; in get_supported_hv_cpuid_legacy()
1179 entry_recomm->ebx = cpu->hyperv_spinlock_attempts; in get_supported_hv_cpuid_legacy()
1185 entry_recomm->eax |= HV_RELAXED_TIMING_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1186 entry_recomm->eax |= HV_APIC_ACCESS_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1240 entry_recomm->eax |= HV_REMOTE_TLB_FLUSH_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1241 entry_recomm->eax |= HV_EX_PROCESSOR_MASKS_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1246 entry_recomm->eax |= HV_ENLIGHTENED_VMCS_RECOMMENDED; in get_supported_hv_cpuid_legacy()
1251 entry_recomm->eax |= HV_CLUSTER_IPI_RECOMMENDED; in get_supported_hv_cpuid_legacy()
[all …]