Searched refs:e820 (Results 1 – 3 of 3) sorted by relevance
103 struct e820entry e820[32]; in write_coreboot_table() local122 num = install_e820_map(ARRAY_SIZE(e820), e820); in write_coreboot_table()124 map->start.lo = e820[i].addr & 0xffffffff; in write_coreboot_table()125 map->start.hi = e820[i].addr >> 32; in write_coreboot_table()126 map->size.lo = e820[i].size & 0xffffffff; in write_coreboot_table()127 map->size.hi = e820[i].size >> 32; in write_coreboot_table()128 map->type = e820[i].type; in write_coreboot_table()
20 obj-y += e820.o
11 obj-$(CONFIG_QFW) += cpu.o e820.o