boot_e820_entry
struct boot_e820_entry *entry;
struct boot_e820_entry *entry;
struct boot_e820_entry *desc = boot_params.e820_table;
static struct boot_e820_entry buf; /* static so it is zeroed */
struct boot_e820_entry e820_table[E820_MAX_ENTRIES_ZEROPAGE]; /* 0x2d0 */
BUILD_BUG_ON(sizeof(struct boot_e820_entry) != 20);
__init static int append_e820_table(struct boot_e820_entry *entries, u32 nr_entries)
struct boot_e820_entry *entry = entries;
struct boot_e820_entry *extmap;
extmap = (struct boot_e820_entry *)(sdata->data);
struct boot_e820_entry *next;
struct boot_e820_entry *e = &bootp->e820_table[i];
struct boot_e820_entry *e = &bootp->e820_table[i];
e820ext->len = nr_entries * sizeof(struct boot_e820_entry);
struct boot_e820_entry *entry = params->e820_table;
struct boot_e820_entry *prev = NULL;
entry = (struct boot_e820_entry *)e820ext->data;