Lines Matching defs:level
293 unsigned int level)
297 switch (level) {
334 /* dump only the non-lpae level 2 tables */
335 if (level == 2U) {
397 unsigned int level)
399 unsigned int level_size_shift = (level == 1U) ?
402 unsigned int level_index_mask = (level == 1U) ?
406 assert((level == 1U) || (level == 2U));
408 VERBOSE("init xlat table at %p (level%1u)\n", (void *)table, level);
419 /* dump only non-lpae level 2 tables content */
420 if (level == 2U) {
421 printf(" 0x%lx %x " + 6 - 2 * level,
439 level);
448 * Reuse next level table if any (assert attrib matching).
474 level + 1);
477 /* dump only non-lpae level 2 tables content */
478 if (level == 2U) {
534 /* Invalidate TLBs at the current exception level */