Home
last modified time | relevance | path

Searched refs:boot_e820_entry (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/x86/boot/
Dmemory.c24 struct boot_e820_entry *desc = boot_params.e820_table; in detect_memory_e820()
25 static struct boot_e820_entry buf; /* static so it is zeroed */ in detect_memory_e820()
/Linux-v4.19/arch/x86/include/uapi/asm/
Dbootparam.h124 struct boot_e820_entry { struct
193 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
/Linux-v4.19/arch/x86/kernel/
De820.c394 static int __init __append_e820_table(struct boot_e820_entry *entries, u32 nr_entries) in __append_e820_table()
396 struct boot_e820_entry *entry = entries; in __append_e820_table()
425 static int __init append_e820_table(struct boot_e820_entry *entries, u32 nr_entries) in append_e820_table()
702 struct boot_e820_entry *extmap; in e820__memory_setup_extended()
707 extmap = (struct boot_e820_entry *)(sdata->data); in e820__memory_setup_extended()
1236 BUILD_BUG_ON(sizeof(struct boot_e820_entry) != 20); in e820__memory_setup()
/Linux-v4.19/arch/x86/boot/compressed/
Dpgtable_64.c42 struct boot_e820_entry *entry; in find_trampoline_placement()
Deboot.c502 e820ext->len = nr_entries * sizeof(struct boot_e820_entry); in add_e820ext()
519 struct boot_e820_entry *entry = params->e820_table; in setup_e820()
521 struct boot_e820_entry *prev = NULL; in setup_e820()
592 entry = (struct boot_e820_entry *)e820ext->data; in setup_e820()
Dkaslr.c741 struct boot_e820_entry *entry; in process_e820_entries()