Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/mm/
Dmem_detect.c30 unsigned long memsize, rnmax, rzm, addr, size; in detect_memory_memblock() local
34 rnmax = sclp.rnmax; in detect_memory_memblock()
35 memsize = rzm * rnmax; in detect_memory_memblock()
/Linux-v4.19/drivers/s390/char/
Dsclp_early.c23 u16 rnmax; /* 8-9 */ member
110 sclp.rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_early_facilities_detect()
Dsclp_cmd.c448 if (new_incr->rn > sclp.rnmax) { in insert_increment()
533 for (i = 1; i <= sclp.rnmax - assigned; i++) in sclp_detect_standby_memory()
/Linux-v4.19/arch/s390/include/asm/
Dsclp.h86 unsigned long rnmax; member