Home
last modified time | relevance | path

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

/linux/arch/x86/xen/
H A Denlighten_pvh.c76 struct boot_e820_entry *e = &bootp->e820_table[i]; in pvh_reserve_extra_memory()
91 struct boot_e820_entry *e = &bootp->e820_table[i]; in pvh_reserve_extra_memory()
101 struct boot_e820_entry *next; in pvh_reserve_extra_memory()
/linux/arch/x86/boot/
H A Dmemory.c22 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()
/linux/arch/x86/include/uapi/asm/
H A Dsetup_data.h45 struct boot_e820_entry { struct
H A Dbootparam.h159 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
/linux/arch/x86/kernel/
H A De820.c449 __init static int append_e820_table(struct boot_e820_entry *entries, u32 nr_entries) in append_e820_table()
451 struct boot_e820_entry *entry = entries; in append_e820_table()
754 struct boot_e820_entry *extmap; in e820__memory_setup_extended()
759 extmap = (struct boot_e820_entry *)(sdata->data); in e820__memory_setup_extended()
1273 BUILD_BUG_ON(sizeof(struct boot_e820_entry) != 20); in e820__memory_setup()
/linux/drivers/firmware/efi/libstub/
H A Dx86-stub.c557 e820ext->len = nr_entries * sizeof(struct boot_e820_entry); in add_e820ext()
574 struct boot_e820_entry *entry = params->e820_table; in setup_e820()
576 struct boot_e820_entry *prev = NULL; in setup_e820()
658 entry = (struct boot_e820_entry *)e820ext->data; in setup_e820()
/linux/arch/x86/boot/compressed/
H A Dpgtable_64.c36 struct boot_e820_entry *entry; in find_trampoline_placement()
H A Dkaslr.c748 struct boot_e820_entry *entry; in process_e820_entries()