Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu_models.h27 uint8_t mha_pow; /* maximum host address power, mha = 2^pow-1 */ member
H A Dcpu_models.c37 .mha_pow = _mha_pow, \
182 return cpu->model->def->mha_pow; in s390_get_mha_pow()
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h129 uint8_t mha_pow; member
/openbmc/qemu/hw/s390x/
H A Dsclp.c154 read_info->mha_pow = s390_get_mha_pow(); in read_SCP_info()