Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/arch/s390/kvm/
H A Dkvm-s390.c1396 u16 lowest_ibc, unblocked_ibc; in kvm_s390_set_processor() local