Searched refs:e820entry (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/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() 237 struct e820entry *pbios; /* pointer to original bios entry */ 258 int __init sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, in sanitize_e820_map() 263 static struct e820entry *overlap_list[E820_X_MAX] __initdata; in sanitize_e820_map() 264 static struct e820entry new_bios[E820_X_MAX] __initdata; in sanitize_e820_map() 378 memcpy(biosmap, new_bios, new_nr * sizeof(struct e820entry)); in sanitize_e820_map() 384 static int __init __append_e820_map(struct e820entry *biosmap, int nr_map) in __append_e820_map() 413 static int __init append_e820_map(struct e820entry *biosmap, int nr_map) in append_e820_map() 444 struct e820entry *ei = &e820x->map[i]; in __e820_update_range() [all …]
|
D | pmem.c | 39 struct e820entry *ei = &e820.map[i]; in register_pmem_devices()
|
D | resource.c | 28 struct e820entry *entry; in remove_e820_regions()
|
D | crash.c | 516 static int add_e820_entry(struct boot_params *params, struct e820entry *entry) in add_e820_entry() 525 sizeof(struct e820entry)); in add_e820_entry() 534 struct e820entry ei; in memmap_entry_callback() 573 struct e820entry ei; in crash_setup_memmap_entries()
|
D | kexec-bzimage64.c | 110 nr_e820_entries * sizeof(struct e820entry)); in setup_e820_entries()
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | e820.h | 57 struct e820entry { struct 65 struct e820entry map[E820_X_MAX]; argument
|
D | bootparam.h | 154 struct e820entry e820_map[E820MAX]; /* 0x2d0 */
|
/linux-4.1.27/arch/x86/xen/ |
D | setup.c | 168 const struct e820entry *list, size_t map_size, in xen_find_pfn_range() 171 const struct e820entry *entry; in xen_find_pfn_range() 359 const struct e820entry *list, size_t map_size, unsigned long start_pfn, in xen_set_identity_and_remap_chunk() 415 const struct e820entry *list, size_t map_size, unsigned long nr_pages, in xen_set_identity_and_remap() 420 const struct e820entry *entry; in xen_set_identity_and_remap() 552 static void __init xen_ignore_unusable(struct e820entry *list, size_t map_size) in xen_ignore_unusable() 554 struct e820entry *entry; in xen_ignore_unusable() 568 static struct e820entry map[E820MAX] __initdata; in xen_memory_setup() 724 static struct e820entry map[E820MAX] __initdata; in xen_auto_xlated_memory_setup()
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/x86/include/asm/ |
D | e820.h | 22 sanitize_e820_map(struct e820entry *biosmap, int max_nr_map, u32 *pnr_map);
|
/linux-4.1.27/Documentation/x86/ |
D | zero-page.txt | 36 (array of struct e820entry)
|
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 1168 e820ext->len = nr_entries * sizeof(struct e820entry); in add_e820ext() 1185 struct e820entry *e820_map = ¶ms->e820_map[0]; in setup_e820() 1187 struct e820entry *prev = NULL; in setup_e820() 1247 u32 need = (nr_desc - i) * sizeof(struct e820entry) + in setup_e820() 1254 e820_map = (struct e820entry *)e820ext->data; in setup_e820() 1283 sizeof(struct e820entry) * nr_desc; in alloc_e820ext()
|
D | aslr.c | 232 static void process_e820_entry(struct e820entry *entry, in process_e820_entry()
|
/linux-4.1.27/tools/lguest/ |
D | lguest.c | 3335 boot->e820_map[0] = ((struct e820entry) { 0, mem, E820_RAM }); in main()
|