Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/mm/
Dinit.c76 unsigned long total_memory; variable
334 total_memory = ppc_md.find_end_of_memory(); in MMU_init()
336 if (__max_memory && total_memory > __max_memory) in MMU_init()
337 total_memory = __max_memory; in MMU_init()
338 total_lowmem = total_memory; in MMU_init()
463 zones_size[ZONE_HIGHMEM] = (total_memory - total_lowmem) >> PAGE_SHIFT; in paging_init()
481 max_mapnr = total_memory >> PAGE_SHIFT; in mem_init()
566 set_phys_avail(unsigned long total_memory) in set_phys_avail() argument
576 phys_avail.regions[0].size = total_memory; in set_phys_avail()
611 agp_special_page = (total_memory - PAGE_SIZE); in set_phys_avail()
Dmmu_decl.h39 extern unsigned long total_memory;
Dppc_mmu.c197 n_hpteg = total_memory / (PAGE_SIZE * 8); in MMU_init_hw()
218 total_memory >> 20, Hash_size >> 10, Hash); in MMU_init_hw()
Dpgtable.c277 max_low_mem >> 20, total_memory >> 20); in adjust_total_lowmem()
278 total_memory = total_lowmem; in adjust_total_lowmem()