Home
last modified time | relevance | path

Searched refs:cb_memory_range (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dcoreboot_table.c101 struct cb_memory_range *map; in write_coreboot_table()
142 mem->size = num * sizeof(struct cb_memory_range) + in write_coreboot_table()
/openbmc/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c43 struct cb_memory_range *range = in cb_parse_memory()
44 (struct cb_memory_range *)MEM_RANGE_PTR(mem, i); in cb_parse_memory()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h33 struct cb_memory_range { struct
50 struct cb_memory_range map[0]; argument