Lines Matching defs:feat
1436 int feat;
1501 for (feat = 0; feat < ARRAY_SIZE(kvm_hyperv_properties); feat++) {
1502 if (hyperv_feature_supported(cs, feat) &&
1503 !kvm_hyperv_properties[feat].skip_passthrough) {
1504 cpu->hyperv_features |= BIT(feat);
1509 for (feat = 0; feat < ARRAY_SIZE(kvm_hyperv_properties); feat++) {
1511 if (!hyperv_feat_enabled(cpu, feat)) {
1516 if (!hyperv_feature_supported(cs, feat)) {
1518 kvm_hyperv_properties[feat].desc);
1523 if (!hv_feature_check_deps(cpu, feat, &local_err)) {