Searched refs:base_level (Results 1 – 3 of 3) sorted by relevance
103 unsigned int base_level; member173 .base_level = GET_XLAT_TABLE_LEVEL_BASE(_virt_addr_space_size),\
360 assert((level >= ctx->base_level) && (level <= XLAT_TABLE_LEVEL_MAX)); in xlat_tables_unmap_region()424 if (level > ctx->base_level) in xlat_tables_unmap_region()573 assert((level >= ctx->base_level) && (level <= XLAT_TABLE_LEVEL_MAX)); in xlat_tables_map_region()589 if (level > ctx->base_level) in xlat_tables_map_region()913 for (unsigned int level = ctx->base_level; level <= 2U; ++level) { in mmap_alloc_va_align_ctx()1003 ctx->base_level); in mmap_add_dynamic_region_ctx()1032 ctx->base_level); in mmap_add_dynamic_region_ctx()1118 ctx->base_level); in mmap_remove_dynamic_region_ctx()1172 ctx->base_level = GET_XLAT_TABLE_LEVEL_BASE(va_space_size); in xlat_setup_dynamic_ctx()1219 ctx->base_level); in init_xlat_tables_ctx()
225 VERBOSE(" Initial lookup level: %u\n", ctx->base_level); in xlat_tables_print()243 ctx->base_table_entries, ctx->base_level); in xlat_tables_print()
Completed in 6 milliseconds