Home
last modified time | relevance | path

Searched defs:cfg_tables (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/lib/
H A Dtables.c60 struct memory_area cfg_tables[ARRAY_SIZE(table_write_funcs) + 1]; in write_tables() local
H A Dcoreboot_table.c96 void write_coreboot_table(u32 addr, struct memory_area *cfg_tables) in write_coreboot_table()