Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kernel/
De820.c61 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 …]
Dresource.c28 struct e820entry *entry; in remove_e820_regions()
/linux-3.4.99/arch/x86/include/asm/
De820.h58 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);
Dbootparam.h119 struct e820entry e820_map[E820MAX]; /* 0x2d0 */
/linux-3.4.99/arch/x86/xen/
Dsetup.c132 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()
/linux-3.4.99/arch/x86/boot/
Dmemory.c24 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()
/linux-3.4.99/Documentation/x86/
Dzero-page.txt32 (array of struct e820entry)
/linux-3.4.99/arch/x86/boot/compressed/
Deboot.c702 struct e820entry *e820_map = &boot_params->e820_map[0]; in make_boot_params()
703 struct e820entry *prev = NULL; in make_boot_params()
/linux-3.4.99/tools/lguest/
Dlguest.c1991 boot->e820_map[0] = ((struct e820entry) { 0, mem, E820_RAM }); in main()