Searched refs:end_of_phys_memory (Results 1 – 2 of 2) sorted by relevance
166 unsigned long end_of_phys_memory = 0UL; in bootmem_init() local175 end_of_phys_memory = sp_banks[i].base_addr + in bootmem_init()183 end_of_phys_memory -= slack; in bootmem_init()210 max_pfn = end_of_phys_memory >> PAGE_SHIFT; in bootmem_init()228 if (initrd_end > end_of_phys_memory) { in bootmem_init()231 initrd_end, end_of_phys_memory); in bootmem_init()
1209 unsigned long end_of_phys_memory = 0UL; in bootmem_init() local1219 end_of_phys_memory = sp_banks[i].base_addr + in bootmem_init()1227 end_of_phys_memory -= slack; in bootmem_init()1251 end_pfn = end_of_phys_memory >> PAGE_SHIFT; in bootmem_init()1262 if (initrd_end > end_of_phys_memory) { in bootmem_init()1265 initrd_end, end_of_phys_memory); in bootmem_init()