Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Dcpu_models.h82 uint32_t s390_get_ibc_val(void);
H A Dcpu_models.c185 uint32_t s390_get_ibc_val(void) in s390_get_ibc_val() function
/openbmc/qemu/hw/s390x/
H A Dsclp.c137 read_info->ibc_val = cpu_to_be32(s390_get_ibc_val()); in read_SCP_info()