Lines Matching defs:table
181 * Check if this is a table or a block. Tables are only
188 * Do not print any PA for a table descriptor,
191 * table in the translation table walk.
266 * Do a translation table walk to find the block or page descriptor that maps
270 * table. Its lookup level is stored in '*out_level'.
276 * Number of entries in the translation table for the initial lookup level.
287 uint64_t *table;
292 table = xlat_table_base;
302 WARN("Missing xlat table entry at address 0x%lx\n",
307 desc = table[idx];
322 return &table[idx];
327 return &table[idx];
331 table = (uint64_t *)(uintptr_t)(desc & TABLE_ADDR_MASK);
336 * This shouldn't be reached, the translation table walk should end at