Searched refs:nested_eax (Results 1 – 4 of 4) sorted by relevance
208 (hv_vcpu->cpuid_cache.nested_eax & HV_X64_NESTED_DIRECT_FLUSH); in guest_hv_cpuid_has_l2_tlb_flush()
2287 hv_vcpu->cpuid_cache.nested_eax = entry->eax; in kvm_hv_set_cpuid()
1498 uint32_t nested_eax = in hyperv_fill_cpuids() local1501 max_cpuid_leaf = nested_eax ? HV_CPUID_NESTED_FEATURES : in hyperv_fill_cpuids()1575 if (nested_eax) { in hyperv_fill_cpuids()1587 c->eax = nested_eax; in hyperv_fill_cpuids()
659 u32 nested_eax; /* HYPERV_CPUID_NESTED_FEATURES.EAX */ member