Searched refs:S390FeatBitmap (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/s390x/ |
H A D | cpu_features.h | 58 typedef unsigned long S390FeatBitmap[BITS_TO_LONGS(S390_FEAT_MAX)]; typedef 65 void s390_init_feat_bitmap(const S390FeatInit init, S390FeatBitmap bitmap); 66 void s390_fill_feat_block(const S390FeatBitmap features, S390FeatType type, 68 void s390_add_from_feat_block(S390FeatBitmap features, S390FeatType type, 70 void s390_feat_bitmap_to_ascii(const S390FeatBitmap features, void *opaque, 72 void s390_get_deprecated_features(S390FeatBitmap features); 78 S390FeatBitmap feat; /* features contained in the group */
|
H A D | cpu_models.h | 30 S390FeatBitmap base_feat; 34 S390FeatBitmap default_feat; 38 S390FeatBitmap full_feat; 46 S390FeatBitmap features; 115 S390FeatBitmap features);
|
H A D | cpu_features.c | 51 void s390_init_feat_bitmap(const S390FeatInit init, S390FeatBitmap bitmap) in s390_init_feat_bitmap() 66 void s390_fill_feat_block(const S390FeatBitmap features, S390FeatType type, in s390_fill_feat_block() 156 void s390_add_from_feat_block(S390FeatBitmap features, S390FeatType type, in s390_add_from_feat_block() 187 void s390_feat_bitmap_to_ascii(const S390FeatBitmap features, void *opaque, in s390_feat_bitmap_to_ascii() 190 S390FeatBitmap bitmap, tmp; in s390_feat_bitmap_to_ascii() 215 void s390_get_deprecated_features(S390FeatBitmap features) in s390_get_deprecated_features()
|
H A D | cpu_models_sysemu.c | 30 S390FeatBitmap missing; in check_unavailable_features() 177 S390FeatBitmap bitmap; in cpu_info_from_model() 219 S390FeatBitmap deprecated_feats; in qmp_query_cpu_model_expansion() 272 S390FeatBitmap missing, added; in qmp_query_cpu_model_comparison()
|
H A D | cpu_models.c | 102 static S390FeatBitmap qemu_max_cpu_feat; 105 S390FeatBitmap ignored_base_feat; 137 S390FeatBitmap group_def_off; in s390_cpudef_group_featoff_greater() 287 S390FeatBitmap features) in s390_find_cpu_def() 302 S390FeatBitmap missing; in s390_find_cpu_def() 527 S390FeatBitmap missing; in check_compatibility() 687 S390FeatBitmap tmp; in get_feature_group()
|
/openbmc/qemu/target/s390x/kvm/ |
H A D | kvm.c | 2144 static int query_cpu_subfunc(S390FeatBitmap features) in query_cpu_subfunc() 2201 static int configure_cpu_subfunc(const S390FeatBitmap features) in configure_cpu_subfunc() 2260 static bool ap_enabled(const S390FeatBitmap features) in ap_enabled() 2271 static int query_uv_feat_guest(S390FeatBitmap features) in query_uv_feat_guest() 2318 static int query_cpu_feat(S390FeatBitmap features) in query_cpu_feat() 2342 static int configure_cpu_feat(const S390FeatBitmap features) in configure_cpu_feat() 2512 static int configure_uv_feat_guest(const S390FeatBitmap features) in configure_uv_feat_guest()
|