Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/include/lib/xlat_tables/
A Dxlat_tables_v2_helpers.h103 unsigned int base_level; member
173 .base_level = GET_XLAT_TABLE_LEVEL_BASE(_virt_addr_space_size),\
/tf-a-ffa_el3_spmc/lib/xlat_tables_v2/
A Dxlat_tables_core.c360 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()
A Dxlat_tables_utils.c225 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