Home
last modified time | relevance | path

Searched defs:lowest_ibc (Results 1 – 2 of 2) sorted by relevance

/qemu/target/s390x/
H A Dcpu_models.h48 uint16_t lowest_ibc; /* lowest IBC that the hardware supports */ member
68 #define lowest_ibc(x) (((uint32_t)(x) >> 16) & 0xfff) macro
H A Dcpu_models.c187 uint16_t unblocked_ibc, lowest_ibc; in s390_get_ibc_val() local