Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dgen-features.c943 typedef struct BitSpec { struct
946 } BitSpec; typedef
950 BitSpec base_bits;
951 BitSpec default_bits;
952 BitSpec full_bits;
1000 BitSpec bits;
1057 static void set_bits(uint64_t list[], BitSpec bits) in set_bits()