Searched refs:kernel_x_start (Results 1 – 1 of 1) sorted by relevance
1463 phys_addr_t kernel_x_start = round_down(__pa(KERNEL_START), SECTION_SIZE); in map_lowmem() local1477 if (end < kernel_x_start) { in map_lowmem()1493 if (start < kernel_x_start) { in map_lowmem()1496 map.length = kernel_x_start - start; in map_lowmem()1502 map.pfn = __phys_to_pfn(kernel_x_start); in map_lowmem()1503 map.virtual = __phys_to_virt(kernel_x_start); in map_lowmem()1504 map.length = kernel_x_end - kernel_x_start; in map_lowmem()