Searched refs:entry_recomm (Results 1 – 1 of 1) sorted by relevance
1188 struct kvm_cpuid_entry2 *entry_feat, *entry_recomm; in get_supported_hv_cpuid_legacy() local1198 entry_recomm = &cpuid->entries[1]; in get_supported_hv_cpuid_legacy()1199 entry_recomm->function = HV_CPUID_ENLIGHTMENT_INFO; in get_supported_hv_cpuid_legacy()1200 entry_recomm->ebx = cpu->hyperv_spinlock_attempts; in get_supported_hv_cpuid_legacy()1206 entry_recomm->eax |= HV_RELAXED_TIMING_RECOMMENDED; in get_supported_hv_cpuid_legacy()1207 entry_recomm->eax |= HV_APIC_ACCESS_RECOMMENDED; in get_supported_hv_cpuid_legacy()1261 entry_recomm->eax |= HV_REMOTE_TLB_FLUSH_RECOMMENDED; in get_supported_hv_cpuid_legacy()1262 entry_recomm->eax |= HV_EX_PROCESSOR_MASKS_RECOMMENDED; in get_supported_hv_cpuid_legacy()1267 entry_recomm->eax |= HV_ENLIGHTENED_VMCS_RECOMMENDED; in get_supported_hv_cpuid_legacy()1272 entry_recomm->eax |= HV_CLUSTER_IPI_RECOMMENDED; in get_supported_hv_cpuid_legacy()[all …]