boot_e820_entry   497 arch/x86/boot/compressed/eboot.c 	e820ext->len  = nr_entries * sizeof(struct boot_e820_entry);
boot_e820_entry   514 arch/x86/boot/compressed/eboot.c 	struct boot_e820_entry *entry = params->e820_table;
boot_e820_entry   516 arch/x86/boot/compressed/eboot.c 	struct boot_e820_entry *prev = NULL;
boot_e820_entry   587 arch/x86/boot/compressed/eboot.c 			entry = (struct boot_e820_entry *)e820ext->data;
boot_e820_entry   787 arch/x86/boot/compressed/kaslr.c 	struct boot_e820_entry *entry;
boot_e820_entry    43 arch/x86/boot/compressed/pgtable_64.c 	struct boot_e820_entry *entry;
boot_e820_entry    22 arch/x86/boot/memory.c 	struct boot_e820_entry *desc = boot_params.e820_table;
boot_e820_entry    23 arch/x86/boot/memory.c 	static struct boot_e820_entry buf; /* static so it is zeroed */
boot_e820_entry   196 arch/x86/include/uapi/asm/bootparam.h 	struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
boot_e820_entry   407 arch/x86/kernel/e820.c static int __init __append_e820_table(struct boot_e820_entry *entries, u32 nr_entries)
boot_e820_entry   409 arch/x86/kernel/e820.c 	struct boot_e820_entry *entry = entries;
boot_e820_entry   438 arch/x86/kernel/e820.c static int __init append_e820_table(struct boot_e820_entry *entries, u32 nr_entries)
boot_e820_entry   712 arch/x86/kernel/e820.c 	struct boot_e820_entry *extmap;
boot_e820_entry   717 arch/x86/kernel/e820.c 	extmap = (struct boot_e820_entry *)(sdata->data);
boot_e820_entry  1254 arch/x86/kernel/e820.c 	BUILD_BUG_ON(sizeof(struct boot_e820_entry) != 20);