Home
last modified time | relevance | path

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

/linux-4.4.14/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()
238 struct e820entry *pbios; /* pointer to original bios entry */
259 int __init sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, in sanitize_e820_map()
264 static struct e820entry *overlap_list[E820_X_MAX] __initdata; in sanitize_e820_map()
265 static struct e820entry new_bios[E820_X_MAX] __initdata; in sanitize_e820_map()
379 memcpy(biosmap, new_bios, new_nr * sizeof(struct e820entry)); in sanitize_e820_map()
385 static int __init __append_e820_map(struct e820entry *biosmap, int nr_map) in __append_e820_map()
414 static int __init append_e820_map(struct e820entry *biosmap, int nr_map) in append_e820_map()
445 struct e820entry *ei = &e820x->map[i]; in __e820_update_range()
[all …]
Dresource.c28 struct e820entry *entry; in remove_e820_regions()
Dcrash.c514 static int add_e820_entry(struct boot_params *params, struct e820entry *entry) in add_e820_entry()
523 sizeof(struct e820entry)); in add_e820_entry()
532 struct e820entry ei; in memmap_entry_callback()
571 struct e820entry ei; in crash_setup_memmap_entries()
Dkexec-bzimage64.c111 nr_e820_entries * sizeof(struct e820entry)); in setup_e820_entries()
/linux-4.4.14/arch/x86/include/uapi/asm/
De820.h58 struct e820entry { struct
66 struct e820entry map[E820_X_MAX]; argument
Dbootparam.h154 struct e820entry e820_map[E820MAX]; /* 0x2d0 */
/linux-4.4.14/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-4.4.14/arch/x86/xen/
Dsetup.c44 static struct e820entry xen_e820_map[E820MAX] __initdata;
201 const struct e820entry *entry = xen_e820_map; in xen_find_pfn_range()
460 const struct e820entry *entry = xen_e820_map; in xen_foreach_remap_area()
604 struct e820entry *entry = xen_e820_map; in xen_ignore_unusable()
615 struct e820entry *entry; in xen_is_e820_reserved()
648 struct e820entry *entry = xen_e820_map; in xen_find_free_area()
/linux-4.4.14/arch/x86/include/asm/
De820.h22 sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, u32 *pnr_map);
/linux-4.4.14/Documentation/x86/
Dzero-page.txt37 (array of struct e820entry)
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c1180 e820ext->len = nr_entries * sizeof(struct e820entry); in add_e820ext()
1197 struct e820entry *e820_map = &params->e820_map[0]; in setup_e820()
1199 struct e820entry *prev = NULL; in setup_e820()
1263 u32 need = (nr_desc - i) * sizeof(struct e820entry) + in setup_e820()
1270 e820_map = (struct e820entry *)e820ext->data; in setup_e820()
1299 sizeof(struct e820entry) * nr_desc; in alloc_e820ext()
Daslr.c232 static void process_e820_entry(struct e820entry *entry, in process_e820_entry()
/linux-4.4.14/tools/lguest/
Dlguest.c3339 boot->e820_map[0] = ((struct e820entry) { 0, mem, E820_RAM }); in main()