Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_v2_helpers.h82 int *tables_mapped_regions; member
120 .tables_mapped_regions = _ctx_name##_mapped_regions,
/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_core.c62 if (ctx->tables_mapped_regions[i] == 0) in xlat_table_get_empty()
74 ctx->tables_mapped_regions[idx]++; in xlat_table_inc_regions_count()
83 ctx->tables_mapped_regions[idx]--; in xlat_table_dec_regions_count()
89 return ctx->tables_mapped_regions[xlat_table_get_index(ctx, table)] == 0; in xlat_table_is_empty()
1176 ctx->tables_mapped_regions = mapped_regions; in xlat_setup_dynamic_ctx()
1210 ctx->tables_mapped_regions[j] = 0; in init_xlat_tables_ctx()
Dxlat_tables_utils.c232 if (ctx->tables_mapped_regions[i] != 0) in xlat_tables_print()