Searched refs:total_memory (Results 1 – 4 of 4) sorted by relevance
76 unsigned long total_memory; variable334 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() argument576 phys_avail.regions[0].size = total_memory; in set_phys_avail()611 agp_special_page = (total_memory - PAGE_SIZE); in set_phys_avail()
39 extern unsigned long total_memory;
197 n_hpteg = total_memory / (PAGE_SIZE * 8); in MMU_init_hw()218 total_memory >> 20, Hash_size >> 10, Hash); in MMU_init_hw()
277 max_low_mem >> 20, total_memory >> 20); in adjust_total_lowmem()278 total_memory = total_lowmem; in adjust_total_lowmem()