Searched refs:last_start (Results 1 – 2 of 2) sorted by relevance
67 if (section >= state->last_start && section < state->last_end) in __early_pfn_to_nid()75 state->last_start = ssec; in __early_pfn_to_nid()
492 unsigned long real_end, start, last_start; in memory_map_top_down() local505 last_start = start = real_end; in memory_map_top_down()513 while (last_start > map_start) { in memory_map_top_down()514 if (last_start > step_size) { in memory_map_top_down()515 start = round_down(last_start - 1, step_size); in memory_map_top_down()521 last_start); in memory_map_top_down()522 last_start = start; in memory_map_top_down()523 min_pfn_mapped = last_start >> PAGE_SHIFT; in memory_map_top_down()