Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu_features.c76 set_be_bit(2, data); /* z/Architecture */ in s390_fill_feat_block()
77 set_be_bit(138, data); /* Configuration-z-architectural-mode */ in s390_fill_feat_block()
97 set_be_bit(0, data); /* query is always available */ in s390_fill_feat_block()
108 set_be_bit(bit_nr, data); in s390_fill_feat_block()
H A Dcpu_features.h91 static inline void set_be_bit(unsigned int bit_nr, uint8_t *array) in set_be_bit() function