Searched refs:boot_e820_entry (Results 1 – 8 of 8) sorted by relevance
96 struct boot_e820_entry *e = &bootp->e820_table[i]; in xen_reserve_extra_memory()111 struct boot_e820_entry *e = &bootp->e820_table[i]; in xen_reserve_extra_memory()121 struct boot_e820_entry *next; in xen_reserve_extra_memory()
22 struct boot_e820_entry *desc = boot_params.e820_table; in detect_memory_e820()23 static struct boot_e820_entry buf; /* static so it is zeroed */ in detect_memory_e820()
143 struct boot_e820_entry { struct229 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
44 struct boot_e820_entry { struct
422 static int __init __append_e820_table(struct boot_e820_entry *entries, u32 nr_entries) in __append_e820_table()424 struct boot_e820_entry *entry = entries; in __append_e820_table()453 static int __init append_e820_table(struct boot_e820_entry *entries, u32 nr_entries) in append_e820_table()727 struct boot_e820_entry *extmap; in e820__memory_setup_extended()732 extmap = (struct boot_e820_entry *)(sdata->data); in e820__memory_setup_extended()1305 BUILD_BUG_ON(sizeof(struct boot_e820_entry) != 20); in e820__memory_setup()
37 struct boot_e820_entry *entry; in find_trampoline_placement()
777 struct boot_e820_entry *entry; in process_e820_entries()
529 e820ext->len = nr_entries * sizeof(struct boot_e820_entry); in add_e820ext()546 struct boot_e820_entry *entry = params->e820_table; in setup_e820()548 struct boot_e820_entry *prev = NULL; in setup_e820()630 entry = (struct boot_e820_entry *)e820ext->data; in setup_e820()