Lines Matching refs:base
78 * mapping, round down the base of physical memory to a size that can
93 * memstart_addr, due to the fact that the base of the vmemmap region
171 /* User specifies base address explicitly. */
334 * Select a suitable value for the base of physical memory.
382 u64 base = phys_initrd_start & PAGE_MASK;
383 u64 size = PAGE_ALIGN(phys_initrd_start + phys_initrd_size) - base;
393 if (WARN(base < memblock_start_of_DRAM() ||
394 base + size > memblock_start_of_DRAM() +
399 memblock_add(base, size);
400 memblock_clear_nomap(base, size);
401 memblock_reserve(base, size);