Home
last modified time | relevance | path

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

/arch/x86/kernel/
De820.c265 static struct e820entry *overlap_list[E820_X_MAX] __initdata; in sanitize_e820_map() local
323 overlap_list[overlap_entries++] = in sanitize_e820_map()
331 if (overlap_list[i] == in sanitize_e820_map()
333 overlap_list[i] = in sanitize_e820_map()
334 overlap_list[overlap_entries-1]; in sanitize_e820_map()
345 if (overlap_list[i]->type > current_type) in sanitize_e820_map()
346 current_type = overlap_list[i]->type; in sanitize_e820_map()
/arch/blackfin/kernel/
Dsetup.c86 static struct bfin_memmap_entry *overlap_list[BFIN_MEMMAP_MAX] __initdata; variable
404 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()