Searched refs:table_base (Results 1 – 2 of 2) sorted by relevance
241 memset(xdbc.table_base, 0, PAGE_SIZE); in xdbc_mem_init()246 xdbc.erst_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()263 xdbc.dbcc_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()270 xdbc.string_base = xdbc.table_base + index * XDBC_TABLE_ENTRY_SIZE; in xdbc_mem_init()563 xdbc.table_base = xdbc_get_page(&xdbc.table_dma); in xdbc_early_setup()564 if (!xdbc.table_base) in xdbc_early_setup()682 xdbc.table_base = NULL; in early_xdbc_setup_hardware()
156 void *table_base; member
Completed in 21 milliseconds