Home
last modified time | relevance | path

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

/qemu/target/i386/kvm/
H A Dkvm.c1275 if ((hv_cpuid_get_host(cs, func, reg) & bits) != bits) { in hyperv_feature_supported()
1376 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EAX); in kvm_hyperv_expand_features()
1378 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EBX); in kvm_hyperv_expand_features()
1380 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_ECX); in kvm_hyperv_expand_features()
1382 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EDX); in kvm_hyperv_expand_features()
1385 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EAX); in kvm_hyperv_expand_features()
1387 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EBX) >> 16; in kvm_hyperv_expand_features()
1389 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EBX) & 0xffff; in kvm_hyperv_expand_features()
1391 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_ECX); in kvm_hyperv_expand_features()
1393 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EDX) >> 24; in kvm_hyperv_expand_features()
[all …]