Searched refs:bitmap_and (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/target/s390x/ |
| H A D | cpu_models_system.c | 249 bitmap_and(deprecated_feats, deprecated_feats, in qmp_query_cpu_model_expansion() 369 bitmap_and(model.features, modela.features, modelb.features, S390_FEAT_MAX); in qmp_query_cpu_model_baseline() 401 bitmap_and(model.features, model.features, model.def->full_feat, in qmp_query_cpu_model_baseline()
|
| H A D | cpu_features.c | 201 bitmap_and(tmp, bitmap, def->feat, S390_FEAT_MAX); in s390_feat_bitmap_to_ascii()
|
| H A D | cpu_models.c | 154 bitmap_and((unsigned long *)&cpu_def->default_feat, in s390_cpudef_group_featoff_greater() 757 bitmap_and(tmp, cpu->model->features, def->feat, S390_FEAT_MAX); in get_feature_group()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_ovec.c | 77 bitmap_and(ov->bitmap, ov1->bitmap, ov2->bitmap, OV_MAXBITS); in spapr_ovec_intersect()
|
| /openbmc/qemu/include/qemu/ |
| H A D | bitmap.h | 144 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() function
|
| /openbmc/qemu/target/s390x/kvm/ |
| H A D | kvm.c | 2493 bitmap_and(model->features, model->features, model->def->full_feat, in kvm_s390_get_host_cpu_model()
|