Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/mm/
Dmem_detect.c30 unsigned long long memsize, rnmax, rzm; in detect_memory_memblock() local
35 rnmax = sclp_get_rnmax(); in detect_memory_memblock()
36 memsize = rzm * rnmax; in detect_memory_memblock()
/linux-4.1.27/drivers/s390/char/
Dsclp_early.c22 u16 rnmax; /* 8-9 */ member
125 sclp_rnmax = sccb->rnmax ? sccb->rnmax : sccb->rnmax2; in sclp_facilities_detect()