Home
last modified time | relevance | path

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

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