Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dcoreboot_table.c102 struct cb_memory_range *map; in write_coreboot_table()
143 mem->size = num * sizeof(struct cb_memory_range) + in write_coreboot_table()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/coreboot/
H A Dtables.c44 struct cb_memory_range *range = in cb_parse_memory()
45 (struct cb_memory_range *)MEM_RANGE_PTR(mem, i); in cb_parse_memory()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcoreboot_tables.h34 struct cb_memory_range { struct
51 struct cb_memory_range map[0]; argument