Searched refs:s390_features (Results 1 – 2 of 2) 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()
29 …ib-ng/arch/s390/s390_features.c":"fd99ba0abc73a37168a5c369a0714e3f35816a792438bcb1e8e60f5dd2983293…31 …ib-ng/arch/s390/s390_features.c":"fd99ba0abc73a37168a5c369a0714e3f35816a792438bcb1e8e60f5dd2983293…