Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu_models.h81 uint8_t s390_get_mha_pow(void);
H A Dcpu_models.c162 uint8_t s390_get_mha_pow(void) in s390_get_mha_pow() function
/qemu/hw/s390x/
H A Dsclp.c154 read_info->mha_pow = s390_get_mha_pow(); in read_SCP_info()