Searched refs:overlap_list (Results 1 – 2 of 2) sorted by relevance
263 static struct e820entry *overlap_list[E820_X_MAX] __initdata; in sanitize_e820_map() local321 overlap_list[overlap_entries++] = in sanitize_e820_map()329 if (overlap_list[i] == in sanitize_e820_map()331 overlap_list[i] = in sanitize_e820_map()332 overlap_list[overlap_entries-1]; in sanitize_e820_map()343 if (overlap_list[i]->type > current_type) in sanitize_e820_map()344 current_type = overlap_list[i]->type; in sanitize_e820_map()
86 static struct bfin_memmap_entry *overlap_list[BFIN_MEMMAP_MAX] __initdata; variable404 overlap_list[overlap_entries++] = change_point[chgidx]->pentry; in sanitize_memmap()408 if (overlap_list[i] == change_point[chgidx]->pentry) in sanitize_memmap()409 overlap_list[i] = overlap_list[overlap_entries-1]; in sanitize_memmap()417 if (overlap_list[i]->type > current_type) in sanitize_memmap()418 current_type = overlap_list[i]->type; in sanitize_memmap()