Searched refs:base_feat (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/target/s390x/ |
| H A D | gen-features.c | 1073 uint64_t base_feat[S390_FEAT_MAX / 64 + 1] = {}; in print_feature_defs() local 1083 clear_bit(base_feat, S390_FEAT_CONDITIONAL_SSKE); in print_feature_defs() 1087 set_bits(base_feat, CpuFeatDef[i].base_bits); in print_feature_defs() 1096 for (j = 0; j < ARRAY_SIZE(base_feat); j++) { in print_feature_defs() 1097 printf("0x%016"PRIx64"ULL", base_feat[j]); in print_feature_defs() 1098 if (j < ARRAY_SIZE(base_feat) - 1) { in print_feature_defs()
|
| H A D | cpu_models.h | 30 S390FeatBitmap base_feat; member
|
| H A D | cpu_models_system.c | 184 bitmap_andnot(bitmap, model->def->base_feat, model->features, in cpu_info_from_model() 191 bitmap_andnot(bitmap, model->features, model->def->base_feat, in cpu_info_from_model()
|
| H A D | cpu_models.c | 317 bitmap_andnot(missing, def->base_feat, features, S390_FEAT_MAX); in s390_find_cpu_def() 811 bitmap_copy(cpu->model->features, cpu->model->def->base_feat, in s390_cpu_model_initfn() 1056 s390_cpu_defs[i].base_feat); in register_types()
|