Searched refs:S390_GEN_Z10 (Results 1 – 1 of 1) sorted by relevance
72 #define S390_GEN_Z10 0xa macro73 #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()