Searched refs:e820entry (Results 1 – 5 of 5) sorted by relevance
68 struct e820entry *ei = &e820.map[i]; in e820_mapped()85 struct e820entry *ei = &e820.map[i]; in find_e820_area()112 struct e820entry *ei = &e820.map[i]; in e820_bootmem_free()155 struct e820entry *ei = &e820.map[i]; in e820_end_of_ram()265 static int __init sanitize_e820_map(struct e820entry * biosmap, char * pnr_map) in sanitize_e820_map()268 struct e820entry *pbios; /* pointer to original bios entry */ in sanitize_e820_map()273 static struct e820entry *overlap_list[E820MAX] __initdata; in sanitize_e820_map()274 static struct e820entry new_bios[E820MAX] __initdata; in sanitize_e820_map()416 memcpy(biosmap, new_bios, new_nr*sizeof(struct e820entry)); in sanitize_e820_map()438 static int __init copy_e820_map(struct e820entry * biosmap, int nr_map) in copy_e820_map()
33 struct e820entry { struct41 struct e820entry map[E820MAX]; argument
15 #define E820_MAP ((struct e820entry *) (PARAM+E820MAP))
30 struct e820entry { struct
203 #define E820_MAP ((struct e820entry *) (PARAM+E820MAP))511 static int __init sanitize_e820_map(struct e820entry * biosmap, char * pnr_map) in sanitize_e820_map()514 struct e820entry *pbios; /* pointer to original bios entry */ in sanitize_e820_map()519 struct e820entry *overlap_list[E820MAX]; in sanitize_e820_map()520 struct e820entry new_bios[E820MAX]; in sanitize_e820_map()666 memcpy(biosmap, new_bios, new_nr*sizeof(struct e820entry)); in sanitize_e820_map()688 static int __init copy_e820_map(struct e820entry * biosmap, int nr_map) in copy_e820_map()