Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c1219 if ((hv_cpuid_get_host(cs, func, reg) & bits) != bits) { in hyperv_feature_supported()
1320 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EAX); in kvm_hyperv_expand_features()
1322 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EBX); in kvm_hyperv_expand_features()
1324 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_ECX); in kvm_hyperv_expand_features()
1326 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EDX); in kvm_hyperv_expand_features()
1329 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EAX); in kvm_hyperv_expand_features()
1331 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EBX) >> 16; in kvm_hyperv_expand_features()
1333 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EBX) & 0xffff; in kvm_hyperv_expand_features()
1335 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_ECX); in kvm_hyperv_expand_features()
1337 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EDX) >> 24; in kvm_hyperv_expand_features()
[all …]