Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/xlat_tables/
H A Dxlat_tables_v2_helpers.h82 int *tables_mapped_regions; member
120 .tables_mapped_regions = _ctx_name##_mapped_regions,
/rk3399_ARM-atf/lib/xlat_tables_v2/
H A Dxlat_tables_core.c64 if (ctx->tables_mapped_regions[i] == 0) in xlat_table_get_empty()
76 ctx->tables_mapped_regions[idx]++; in xlat_table_inc_regions_count()
85 ctx->tables_mapped_regions[idx]--; in xlat_table_dec_regions_count()
91 return ctx->tables_mapped_regions[xlat_table_get_index(ctx, table)] == 0; in xlat_table_is_empty()
1196 ctx->tables_mapped_regions = mapped_regions; in xlat_setup_dynamic_ctx()
1227 zeromem(ctx->tables_mapped_regions, ctx->tables_num * sizeof(uint32_t)); in init_xlat_tables_ctx()
H A Dxlat_tables_utils.c250 if (ctx->tables_mapped_regions[i] != 0) in xlat_tables_print()