Searched refs:overlap_list (Results 1 – 2 of 2) sorted by relevance
260 static struct e820entry *overlap_list[E820_X_MAX] __initdata; in sanitize_e820_map() local318 overlap_list[overlap_entries++] = in sanitize_e820_map()326 if (overlap_list[i] == in sanitize_e820_map()328 overlap_list[i] = in sanitize_e820_map()329 overlap_list[overlap_entries-1]; in sanitize_e820_map()340 if (overlap_list[i]->type > current_type) in sanitize_e820_map()341 current_type = overlap_list[i]->type; in sanitize_e820_map()
83 static struct bfin_memmap_entry *overlap_list[BFIN_MEMMAP_MAX] __initdata; variable401 overlap_list[overlap_entries++] = change_point[chgidx]->pentry; in sanitize_memmap()405 if (overlap_list[i] == change_point[chgidx]->pentry) in sanitize_memmap()406 overlap_list[i] = overlap_list[overlap_entries-1]; in sanitize_memmap()414 if (overlap_list[i]->type > current_type) in sanitize_memmap()415 current_type = overlap_list[i]->type; in sanitize_memmap()