Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/parisc/mm/
Dinit.c109 unsigned long mem_max; in setup_bootmem() local
224 mem_max = 0; in setup_bootmem()
229 if ((mem_max + rsize) > mem_limit) { in setup_bootmem()
231 if (mem_max == mem_limit) in setup_bootmem()
235 - (mem_max >> PAGE_SHIFT); in setup_bootmem()
237 mem_max = mem_limit; in setup_bootmem()
241 mem_max += rsize; in setup_bootmem()
244 printk(KERN_INFO "Total Memory: %ld Mb\n",mem_max >> 20); in setup_bootmem()
340 if (__pa(initrd_start) < mem_max) { in setup_bootmem()
343 if (__pa(initrd_end) > mem_max) { in setup_bootmem()
[all …]