Home
last modified time | relevance | path

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

/linux-6.15/drivers/s390/char/
H A Dsclp_early_core.c314 unsigned long rnmax; in sclp_early_get_memsize() local
321 rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_get_memsize()
324 *mem = rnsize * rnmax; in sclp_early_get_memsize()
H A Dsclp_early.c66 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
H A Dsclp_cmd.c472 if (new_incr->rn > sclp.rnmax) { in insert_increment()
528 for (i = 1; i <= sclp.rnmax - assigned; i++) in sclp_detect_standby_memory()
H A Dsclp.h155 u16 rnmax; /* 8-9 */ member
/linux-6.15/arch/s390/include/asm/
H A Dsclp.h112 unsigned long rnmax; member