Searched refs:kernel_x_start (Results 1 – 1 of 1) sorted by relevance
1453 phys_addr_t kernel_x_start = round_down(__pa(KERNEL_START), SECTION_SIZE); in map_lowmem() local1470 if (end < kernel_x_start) { in map_lowmem()1486 if (start < kernel_x_start) { in map_lowmem()1489 map.length = kernel_x_start - start; in map_lowmem()1495 map.pfn = __phys_to_pfn(kernel_x_start); in map_lowmem()1496 map.virtual = __phys_to_virt(kernel_x_start); in map_lowmem()1497 map.length = kernel_x_end - kernel_x_start; in map_lowmem()