Searched refs:e820 (Results 1 – 7 of 7) sorted by relevance
43 struct e820_entry e820[E820MAX]; in efi_add_known_memory() local48 num = install_e820_map(ARRAY_SIZE(e820), e820); in efi_add_known_memory()55 start = e820[i].addr; in efi_add_known_memory()57 switch (e820[i].type) { in efi_add_known_memory()78 start + e820[i].size, in efi_add_known_memory()81 efi_add_memory_map(start, e820[i].size, type); in efi_add_known_memory()
105 struct e820_entry e820[32]; in write_coreboot_table() local124 num = install_e820_map(ARRAY_SIZE(e820), e820); in write_coreboot_table()126 map->start.lo = e820[i].addr & 0xffffffff; in write_coreboot_table()127 map->start.hi = e820[i].addr >> 32; in write_coreboot_table()128 map->size.lo = e820[i].size & 0xffffffff; in write_coreboot_table()129 map->size.hi = e820[i].size >> 32; in write_coreboot_table()130 map->type = e820[i].type; in write_coreboot_table()
20 obj-y += e820.o
10 obj-$(CONFIG_QFW) += cpu.o e820.o
147 e820-entries150 This provides a way to add entries to the e820 table which tells the OS about160 e820-entries = /bits/ 64 <
47 etc/e820
22 #include <asm/e820.h>89 e820-entries = /bits/ 64 <
Completed in 7 milliseconds