Searched refs:e820entry (Results 1 – 7 of 7) sorted by relevance
/arch/x86/kernel/ |
D | e820.c | 61 struct e820entry *ei = &e820.map[i]; in e820_any_mapped() 84 struct e820entry *ei = &e820.map[i]; in e820_all_mapped() 232 struct e820entry *pbios; /* pointer to original bios entry */ 253 int __init sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, in sanitize_e820_map() 258 static struct e820entry *overlap_list[E820_X_MAX] __initdata; in sanitize_e820_map() 259 static struct e820entry new_bios[E820_X_MAX] __initdata; in sanitize_e820_map() 373 memcpy(biosmap, new_bios, new_nr * sizeof(struct e820entry)); in sanitize_e820_map() 379 static int __init __append_e820_map(struct e820entry *biosmap, int nr_map) in __append_e820_map() 408 static int __init append_e820_map(struct e820entry *biosmap, int nr_map) in append_e820_map() 440 struct e820entry *ei = &e820x->map[i]; in __e820_update_range() [all …]
|
D | resource.c | 28 struct e820entry *entry; in remove_e820_regions()
|
/arch/x86/include/asm/ |
D | e820.h | 58 struct e820entry { struct 66 struct e820entry map[E820_X_MAX]; argument 89 sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, u32 *pnr_map);
|
D | bootparam.h | 119 struct e820entry e820_map[E820MAX]; /* 0x2d0 */
|
/arch/x86/boot/ |
D | memory.c | 24 struct e820entry *desc = boot_params.e820_map; in detect_memory_e820() 25 static struct e820entry buf; /* static so it is zeroed */ in detect_memory_e820()
|
/arch/x86/xen/ |
D | setup.c | 132 const struct e820entry *list, size_t map_size, unsigned long nr_pages) in xen_set_identity_and_release() 137 const struct e820entry *entry; in xen_set_identity_and_release() 216 void xen_ignore_unusable(struct e820entry *list, size_t map_size) in xen_ignore_unusable() 218 struct e820entry *entry; in xen_ignore_unusable() 232 static struct e820entry map[E820MAX] __initdata; in xen_memory_setup()
|
/arch/x86/boot/compressed/ |
D | eboot.c | 702 struct e820entry *e820_map = &boot_params->e820_map[0]; in make_boot_params() 703 struct e820entry *prev = NULL; in make_boot_params()
|