Searched refs:kvm_hyperv_properties (Results 1 – 1 of 1) sorted by relevance
938 } kvm_hyperv_properties[] = { variable 1321 * kvm_hyperv_properties needs to define at least one CPUID flag which in hyperv_feature_supported() 1325 assert(kvm_hyperv_properties[feature].flags[0].func); in hyperv_feature_supported() 1327 for (i = 0; i < ARRAY_SIZE(kvm_hyperv_properties[feature].flags); i++) { in hyperv_feature_supported() 1329 func = kvm_hyperv_properties[feature].flags[i].func; in hyperv_feature_supported() 1330 reg = kvm_hyperv_properties[feature].flags[i].reg; in hyperv_feature_supported() 1331 bits = kvm_hyperv_properties[feature].flags[i].bits; in hyperv_feature_supported() 1351 deps = kvm_hyperv_properties[feature].dependencies; in hv_feature_check_deps() 1356 kvm_hyperv_properties[feature].desc, in hv_feature_check_deps() 1357 kvm_hyperv_properties[dep_fea in hv_feature_check_deps() [all...]