Home
last modified time | relevance | path

Searched refs:base_level (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-a-3.4.0/include/lib/xlat_tables/
Dxlat_tables_v2_helpers.h103 unsigned int base_level; member
173 .base_level = GET_XLAT_TABLE_LEVEL_BASE(_virt_addr_space_size),\
/trusted-firmware-a-3.4.0/lib/xlat_tables_v2/
Dxlat_tables_core.c363 assert((level >= ctx->base_level) && (level <= XLAT_TABLE_LEVEL_MAX)); in xlat_tables_unmap_region()
427 if (level > ctx->base_level) in xlat_tables_unmap_region()
576 assert((level >= ctx->base_level) && (level <= XLAT_TABLE_LEVEL_MAX)); in xlat_tables_map_region()
592 if (level > ctx->base_level) in xlat_tables_map_region()
916 for (unsigned int level = ctx->base_level; level <= 2U; ++level) { in mmap_alloc_va_align_ctx()
1006 ctx->base_level); in mmap_add_dynamic_region_ctx()
1035 ctx->base_level); in mmap_add_dynamic_region_ctx()
1121 ctx->base_level); in mmap_remove_dynamic_region_ctx()
1175 ctx->base_level = GET_XLAT_TABLE_LEVEL_BASE(va_space_size); in xlat_setup_dynamic_ctx()
1222 ctx->base_level); in init_xlat_tables_ctx()
Dxlat_tables_utils.c242 VERBOSE(" Initial lookup level: %u\n", ctx->base_level); in xlat_tables_print()
260 ctx->base_table_entries, ctx->base_level); in xlat_tables_print()