Searched refs:overlap_list (Results 1 – 2 of 2) sorted by relevance
273 static struct e820entry *overlap_list[E820MAX] __initdata; in sanitize_e820_map() local377 overlap_list[overlap_entries++]=change_point[chgidx]->pbios; in sanitize_e820_map()384 if (overlap_list[i] == change_point[chgidx]->pbios) in sanitize_e820_map()385 overlap_list[i] = overlap_list[overlap_entries-1]; in sanitize_e820_map()393 if (overlap_list[i]->type > current_type) in sanitize_e820_map()394 current_type = overlap_list[i]->type; in sanitize_e820_map()
519 struct e820entry *overlap_list[E820MAX]; in sanitize_e820_map() local627 overlap_list[overlap_entries++]=change_point[chgidx]->pbios; in sanitize_e820_map()634 if (overlap_list[i] == change_point[chgidx]->pbios) in sanitize_e820_map()635 overlap_list[i] = overlap_list[overlap_entries-1]; in sanitize_e820_map()643 if (overlap_list[i]->type > current_type) in sanitize_e820_map()644 current_type = overlap_list[i]->type; in sanitize_e820_map()