Home
last modified time | relevance | path

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

/external/syslinux/com32/gpllib/
Dmemory.c244 struct e820entry *overlap_list[E820MAX]; in sanitize_e820_map() local
345 overlap_list[overlap_entries++] = change_point[chgidx]->pbios; in sanitize_e820_map()
349 if (overlap_list[i] == change_point[chgidx]->pbios) in sanitize_e820_map()
350 overlap_list[i] = overlap_list[overlap_entries - 1]; in sanitize_e820_map()
358 if (overlap_list[i]->type > current_type) in sanitize_e820_map()
359 current_type = overlap_list[i]->type; in sanitize_e820_map()