Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c826 } kvm_hyperv_properties[] = { variable
1211 func = kvm_hyperv_properties[feature].flags[i].func; in hyperv_feature_supported()
1212 reg = kvm_hyperv_properties[feature].flags[i].reg; in hyperv_feature_supported()
1213 bits = kvm_hyperv_properties[feature].flags[i].bits; in hyperv_feature_supported()
1233 deps = kvm_hyperv_properties[feature].dependencies; in hv_feature_check_deps()
1238 kvm_hyperv_properties[feature].desc, in hv_feature_check_deps()
1239 kvm_hyperv_properties[dep_feat].desc); in hv_feature_check_deps()
1254 for (i = 0; i < ARRAY_SIZE(kvm_hyperv_properties); i++) { in hv_build_cpuid_leaf()
1263 if (kvm_hyperv_properties[i].flags[j].reg != reg) { in hv_build_cpuid_leaf()
1267 r |= kvm_hyperv_properties[i].flags[j].bits; in hv_build_cpuid_leaf()
[all …]