Home
last modified time | relevance | path

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

/qemu/target/s390x/
H A Dcpu_models.h80 uint32_t s390_get_hmfai(void);
H A Dcpu_models.c148 uint32_t s390_get_hmfai(void) in s390_get_hmfai() function
/qemu/hw/s390x/
H A Dsclp.c155 read_info->hmfai = cpu_to_be32(s390_get_hmfai()); in read_SCP_info()