Lines Matching defs:table
200 * There are different translation table descriptors for level 3 and the
245 * translation table.
326 uint64_t *table,
338 debug_print("New xlat table:\n");
344 /* Done mapping regions; finish zeroing the table */
377 /* Area not covered by a region so need finer table */
384 /* Recurse to fill in new table */
391 *table++ = desc;
399 void init_xlation_table(uintptr_t base_va, uint64_t *table,
414 init_xlation_table_inner(mmap, base_va, table, level);