Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sparc/mm/
Dinit_32.c117 unsigned long end_of_phys_memory = 0UL; in bootmem_init() local
123 end_of_phys_memory = sp_banks[i].base_addr + in bootmem_init()
131 end_of_phys_memory -= slack; in bootmem_init()
155 max_pfn = end_of_phys_memory >> PAGE_SHIFT; in bootmem_init()
174 if (initrd_end > end_of_phys_memory) { in bootmem_init()
177 initrd_end, end_of_phys_memory); in bootmem_init()