Home
last modified time | relevance | path

Searched refs:rnmax2 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dsclp.h131 uint64_t rnmax2; member
/openbmc/linux/drivers/s390/char/
H A Dsclp_early.c65 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
H A Dsclp.h185 u64 rnmax2; /* 104-111 */ member
H A Dsclp_early_core.c319 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
/openbmc/qemu/hw/s390x/
H A Dsclp.c170 read_info->rnmax2 = cpu_to_be64(rnmax); in read_SCP_info()