Searched refs:s390_features (Results 1 – 1 of 1) sorted by relevance
28 static const S390FeatDef s390_features[S390_FEAT_MAX] = { variable35 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()