Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dhyperv.h208 (hv_vcpu->cpuid_cache.nested_eax & HV_X64_NESTED_DIRECT_FLUSH); in guest_hv_cpuid_has_l2_tlb_flush()
H A Dhyperv.c2287 hv_vcpu->cpuid_cache.nested_eax = entry->eax; in kvm_hv_set_cpuid()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c1498 uint32_t nested_eax = in hyperv_fill_cpuids() local
1501 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()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h659 u32 nested_eax; /* HYPERV_CPUID_NESTED_FEATURES.EAX */ member