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.c1279 static uint32_t hv_cpuid_get_host(CPUState *cs, uint32_t func, int reg) in hv_cpuid_get_host() function
1337 if ((hv_cpuid_get_host(cs, func, reg) & bits) != bits) { in hyperv_feature_supported()
1426 hv_cpuid_get_host(cs, HV_CPUID_VENDOR_AND_MAX_FUNCTIONS, R_EBX); in kvm_hyperv_expand_features()
1428 hv_cpuid_get_host(cs, HV_CPUID_VENDOR_AND_MAX_FUNCTIONS, R_ECX); in kvm_hyperv_expand_features()
1430 hv_cpuid_get_host(cs, HV_CPUID_VENDOR_AND_MAX_FUNCTIONS, R_EDX); in kvm_hyperv_expand_features()
1438 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EAX); in kvm_hyperv_expand_features()
1440 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EBX); in kvm_hyperv_expand_features()
1442 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_ECX); in kvm_hyperv_expand_features()
1444 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EDX); in kvm_hyperv_expand_features()
1447 hv_cpuid_get_host(cs, HV_CPUID_VERSION, R_EAX); in kvm_hyperv_expand_features()
[all …]