Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/mm/
Dinit.c124 unsigned long __max_memory; variable
313 __max_memory = maxmem; in MMU_setup()
336 if (__max_memory && total_memory > __max_memory) in MMU_init()
337 total_memory = __max_memory; in MMU_init()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsetup.c375 extern unsigned long __max_memory; in parse_cmd_line()
390 __max_memory = maxmem; in parse_cmd_line()
/linux-2.4.37.9/arch/ppc64/mm/
Dinit.c100 unsigned long __max_memory; variable