Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu_models.h72 #define S390_GEN_Z10 0xa macro
73 #define ibc_gen(x) (x == 0 ? 0 : ((x >> 4) + S390_GEN_Z10))
87 if (model->def->gen >= S390_GEN_Z10) { in s390_ibc_from_cpu_model()
88 ibc = ((model->def->gen - S390_GEN_Z10) << 4) + model->def->ec_ga; in s390_ibc_from_cpu_model()