Lines Matching refs:map_end
628 unsigned long map_end) in memory_map_top_down() argument
644 map_end); in memory_map_top_down()
647 real_end = max(map_start, ALIGN_DOWN(map_end, PMD_SIZE)); in memory_map_top_down()
682 if (real_end < map_end) in memory_map_top_down()
683 init_range_memory_mapping(real_end, map_end); in memory_map_top_down()
698 unsigned long map_end) in memory_map_bottom_up() argument
714 while (start < map_end) { in memory_map_bottom_up()
715 if (step_size && map_end - start > step_size) { in memory_map_bottom_up()
717 if (next > map_end) in memory_map_bottom_up()
718 next = map_end; in memory_map_bottom_up()
720 next = map_end; in memory_map_bottom_up()