Searched refs:HV_CPUID_VERSION (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/i386/kvm/ |
H A D | hyperv-proto.h | 17 #define HV_CPUID_VERSION 0x40000002 macro
|
H A D | kvm.c | 1447 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EAX); in kvm_hyperv_expand_features() 1449 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EBX) >> 16; in kvm_hyperv_expand_features() 1451 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EBX) & 0xffff; in kvm_hyperv_expand_features() 1453 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_ECX); in kvm_hyperv_expand_features() 1455 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EDX) >> 24; in kvm_hyperv_expand_features() 1457 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EDX) & 0xffffff; in kvm_hyperv_expand_features() 1553 c->function = HV_CPUID_VERSION; in hyperv_fill_cpuids()
|