Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Dtables.c81 u32 high_table, table_size; in write_tables() local
103 high_table = (u32)(ulong)high_table_malloc(table_size); in write_tables()
104 if (high_table) { in write_tables()
105 table->write(high_table); in write_tables()
107 cfg_tables[i].start = high_table; in write_tables()

Completed in 3 milliseconds