Home
last modified time | relevance | path

Searched refs:boot_e820_entry (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dbootparam.h140 struct boot_e820_entry { struct
217 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dbootparam.h142 struct boot_e820_entry { struct
228 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dbootparam.h126 struct boot_e820_entry { struct
181 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dbootparam.h126 struct boot_e820_entry { struct
181 struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE];
/kernel/linux/linux-5.10/arch/x86/kernel/
H A De820.c422 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()
1303 BUILD_BUG_ON(sizeof(struct boot_e820_entry) != 20); in e820__memory_setup()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A De820.c422 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()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Dx86-stub.c439 e820ext->len = nr_entries * sizeof(struct boot_e820_entry); in add_e820ext()
456 struct boot_e820_entry *entry = params->e820_table; in setup_e820()
458 struct boot_e820_entry *prev = NULL; in setup_e820()
533 entry = (struct boot_e820_entry *)e820ext->data; in setup_e820()
/kernel/linux/linux-5.10/arch/x86/boot/compressed/
H A Dpgtable_64.c41 struct boot_e820_entry *entry; in find_trampoline_placement()
H A Dkaslr.c765 struct boot_e820_entry *entry; in process_e820_entries()
/kernel/linux/linux-6.6/arch/x86/boot/compressed/
H A Dpgtable_64.c37 struct boot_e820_entry *entry; in find_trampoline_placement()
H A Dkaslr.c777 struct boot_e820_entry *entry; in process_e820_entries()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Dx86-stub.c512 e820ext->len = nr_entries * sizeof(struct boot_e820_entry); in add_e820ext()
529 struct boot_e820_entry *entry = params->e820_table; in setup_e820()
531 struct boot_e820_entry *prev = NULL; in setup_e820()
613 entry = (struct boot_e820_entry *)e820ext->data; in setup_e820()

Completed in 12 milliseconds