Searched refs:overlap_list (Results 1 – 2 of 2) sorted by relevance
258 static struct e820entry *overlap_list[E820_X_MAX] __initdata; in sanitize_e820_map() local316 overlap_list[overlap_entries++] = in sanitize_e820_map()324 if (overlap_list[i] == in sanitize_e820_map()326 overlap_list[i] = in sanitize_e820_map()327 overlap_list[overlap_entries-1]; in sanitize_e820_map()338 if (overlap_list[i]->type > current_type) in sanitize_e820_map()339 current_type = overlap_list[i]->type; in sanitize_e820_map()
80 static struct bfin_memmap_entry *overlap_list[BFIN_MEMMAP_MAX] __initdata; variable398 overlap_list[overlap_entries++] = change_point[chgidx]->pentry; in sanitize_memmap()402 if (overlap_list[i] == change_point[chgidx]->pentry) in sanitize_memmap()403 overlap_list[i] = overlap_list[overlap_entries-1]; in sanitize_memmap()411 if (overlap_list[i]->type > current_type) in sanitize_memmap()412 current_type = overlap_list[i]->type; in sanitize_memmap()