Searched refs:mem_max (Results 1 – 1 of 1) sorted by relevance
120 unsigned long mem_max; in setup_bootmem() local217 mem_max = 0; in setup_bootmem()222 if ((mem_max + rsize) > mem_limit) { in setup_bootmem()224 if (mem_max == mem_limit) in setup_bootmem()228 - (mem_max >> PAGE_SHIFT); in setup_bootmem()230 mem_max = mem_limit; in setup_bootmem()234 mem_max += rsize; in setup_bootmem()237 printk(KERN_INFO "Total Memory: %ld MB\n",mem_max >> 20); in setup_bootmem()350 if (__pa(initrd_start) < mem_max) { in setup_bootmem()353 if (__pa(initrd_end) > mem_max) { in setup_bootmem()[all …]