Searched refs:max_physmem_end (Results 1 – 3 of 3) sorted by relevance
39 max_physmem_end = memsize; in detect_memory_memblock()48 if (max_physmem_end && addr + size >= max_physmem_end) in detect_memory_memblock()52 if (max_physmem_end && (addr + size > max_physmem_end)) in detect_memory_memblock()53 size = max_physmem_end - addr; in detect_memory_memblock()57 } while (addr < max_physmem_end); in detect_memory_memblock()59 if (!max_physmem_end) in detect_memory_memblock()60 max_physmem_end = memblock_end_of_DRAM(); in detect_memory_memblock()
54 extern unsigned long max_physmem_end;
85 unsigned long __initdata max_physmem_end; variable445 tmp = (memory_end ?: max_physmem_end) / PAGE_SIZE; in setup_memory_end()467 memory_end = min(memory_end ?: max_physmem_end, tmp); in setup_memory_end()