Home
last modified time | relevance | path

Searched refs:rnmax (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dsclp.c112 int rnsize, rnmax; in read_SCP_info() local
166 rnmax = machine->ram_size >> sclp->increment_size; in read_SCP_info()
167 if (rnmax < 0x10000) { in read_SCP_info()
168 read_info->rnmax = cpu_to_be16(rnmax); in read_SCP_info()
170 read_info->rnmax = cpu_to_be16(0); in read_SCP_info()
171 read_info->rnmax2 = cpu_to_be64(rnmax); in read_SCP_info()
/openbmc/linux/drivers/s390/char/
H A Dsclp_early_core.c312 unsigned long rnmax; in sclp_early_get_memsize() local
319 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
322 *mem = rnsize * rnmax; in sclp_early_get_memsize()
H A Dsclp_early.c65 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
H A Dsclp_cmd.c443 if (new_incr->rn > sclp.rnmax) { in insert_increment()
499 for (i = 1; i <= sclp.rnmax - assigned; i++) in sclp_detect_standby_memory()
H A Dsclp.h160 u16 rnmax; /* 8-9 */ member
/openbmc/qemu/pc-bios/s390-ccw/
H A Dsclp.h56 uint16_t rnmax; member
/openbmc/linux/arch/s390/include/asm/
H A Dsclp.h103 unsigned long rnmax; member
/openbmc/qemu/include/hw/s390x/
H A Dsclp.h116 uint16_t rnmax; member