Lines Matching refs:memstart_addr
50 * We need to be able to catch inadvertent references to memstart_addr
55 s64 memstart_addr __ro_after_init = -1;
56 EXPORT_SYMBOL(memstart_addr);
93 * memstart_addr, due to the fact that the base of the vmemmap region
336 memstart_addr = round_down(memblock_start_of_DRAM(),
339 if ((memblock_end_of_DRAM() - memstart_addr) > linear_region_size)
347 memblock_remove(max_t(u64, memstart_addr + linear_region_size,
349 if (memstart_addr + linear_region_size < memblock_end_of_DRAM()) {
350 /* ensure that memstart_addr remains sufficiently aligned */
351 memstart_addr = round_up(memblock_end_of_DRAM() - linear_region_size,
353 memblock_remove(0, memstart_addr);
360 * we have to move it upward. Since memstart_addr represents the
364 memstart_addr -= _PAGE_OFFSET(48) - _PAGE_OFFSET(52);
420 memstart_addr -= ARM64_MEMSTART_ALIGN *