Lines Matching refs:start
216 * Reserve from the start of the kernel to the end of the kernel
223 * Make sure we align the start of the memory on a PMD boundary so that
231 * did not know the start of DRAM before.
1093 * physical addresses (if the start of dram is different from the
1094 * kernel physical address start).
1199 pr_warn("fixmap btmap start [%08lx] != end [%08lx]\n",
1214 static void __init create_linear_mapping_range(phys_addr_t start,
1221 for (pa = start; pa < end; pa += map_size) {
1233 phys_addr_t start, end;
1262 for_each_mem_range(i, &start, &end) {
1263 if (start >= end)
1265 if (start <= __pa(PAGE_OFFSET) &&
1267 start = __pa(PAGE_OFFSET);
1271 create_linear_mapping_range(start, end, 0);
1360 crashk_low_res.start = low_base;
1487 crashk_res.start = crash_base;
1515 int __meminit vmemmap_populate(unsigned long start, unsigned long end, int node,
1518 return vmemmap_populate_basepages(start, end, node, NULL);
1529 static void __init preallocate_pgd_pages_range(unsigned long start, unsigned long end,
1535 for (addr = start; addr < end && addr >= start; addr = ALIGN(addr + 1, PGDIR_SIZE)) {