Searched refs:mem_max (Results 1 – 1 of 1) sorted by relevance
122 unsigned long mem_max; in setup_bootmem() local219 mem_max = 0; in setup_bootmem()224 if ((mem_max + rsize) > mem_limit) { in setup_bootmem()226 if (mem_max == mem_limit) in setup_bootmem()230 - (mem_max >> PAGE_SHIFT); in setup_bootmem()232 mem_max = mem_limit; in setup_bootmem()236 mem_max += rsize; in setup_bootmem()239 printk(KERN_INFO "Total Memory: %ld MB\n",mem_max >> 20); in setup_bootmem()352 if (__pa(initrd_start) < mem_max) { in setup_bootmem()355 if (__pa(initrd_end) > mem_max) { in setup_bootmem()[all …]