Home
last modified time | relevance | path

Searched refs:s390_features (Results 1 – 1 of 1) sorted by relevance

/qemu/target/s390x/
H A Dcpu_features.c28 static const S390FeatDef s390_features[S390_FEAT_MAX] = { variable
35 return &s390_features[feat]; in s390_feat_def()
42 for (feat = 0; feat < ARRAY_SIZE(s390_features); feat++) { in s390_feat_by_type_and_bit()
43 if (s390_features[feat].type == type && in s390_feat_by_type_and_bit()
44 s390_features[feat].bit == bit) { in s390_feat_by_type_and_bit()
104 if (s390_features[feat].type == type) { in s390_fill_feat_block()
105 bit_nr = s390_features[feat].bit; in s390_fill_feat_block()