Home
last modified time | relevance | path

Searched refs:overlap_list (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
De820.c273 static struct e820entry *overlap_list[E820MAX] __initdata; in sanitize_e820_map() local
377 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()
/linux-2.4.37.9/arch/i386/kernel/
Dsetup.c519 struct e820entry *overlap_list[E820MAX]; in sanitize_e820_map() local
627 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()