overlap_list      287 arch/x86/kernel/e820.c static struct e820_entry	*overlap_list[E820_MAX_ENTRIES]		__initdata;
overlap_list      361 arch/x86/kernel/e820.c 			overlap_list[overlap_entries++] = change_point[chg_idx]->entry;
overlap_list      365 arch/x86/kernel/e820.c 				if (overlap_list[i] == change_point[chg_idx]->entry)
overlap_list      366 arch/x86/kernel/e820.c 					overlap_list[i] = overlap_list[overlap_entries-1];
overlap_list      377 arch/x86/kernel/e820.c 			if (overlap_list[i]->type > current_type)
overlap_list      378 arch/x86/kernel/e820.c 				current_type = overlap_list[i]->type;