Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dhyperv-proto.h20 #define HV_CPUID_IMPLEMENT_LIMITS 0x40000005 macro
H A Dkvm.c1459 cpu->hv_max_vps = hv_cpuid_get_host(cs, HV_CPUID_IMPLEMENT_LIMITS, in kvm_hyperv_expand_features()
1462 hv_cpuid_get_host(cs, HV_CPUID_IMPLEMENT_LIMITS, R_EBX); in kvm_hyperv_expand_features()
1464 hv_cpuid_get_host(cs, HV_CPUID_IMPLEMENT_LIMITS, R_ECX); in kvm_hyperv_expand_features()
1466 hv_cpuid_get_host(cs, HV_CPUID_IMPLEMENT_LIMITS, R_EDX); in kvm_hyperv_expand_features()
1531 HV_CPUID_IMPLEMENT_LIMITS; in hyperv_fill_cpuids()
1598 c->function = HV_CPUID_IMPLEMENT_LIMITS; in hyperv_fill_cpuids()
1608 for (function = HV_CPUID_IMPLEMENT_LIMITS + 1; in hyperv_fill_cpuids()
1623 HV_CPUID_NESTED_FEATURES : HV_CPUID_IMPLEMENT_LIMITS; in hyperv_fill_cpuids()