Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu_features.h47 } S390FeatType; typedef
53 S390FeatType type; /* feature type (way of indication)*/
64 S390Feat s390_feat_by_type_and_bit(S390FeatType type, int bit);
66 void s390_fill_feat_block(const S390FeatBitmap features, S390FeatType type,
68 void s390_add_from_feat_block(S390FeatBitmap features, S390FeatType type,
H A Dcpu_features.c38 S390Feat s390_feat_by_type_and_bit(S390FeatType type, int bit) in s390_feat_by_type_and_bit()
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()
H A Dcpu_models.h92 void s390_get_feat_block(S390FeatType type, uint8_t *data);
H A Dcpu_models.c197 void s390_get_feat_block(S390FeatType type, uint8_t *data) in s390_get_feat_block()