Searched refs:tables_mapped_regions (Results 1 – 3 of 3) sorted by relevance
82 int *tables_mapped_regions; member120 .tables_mapped_regions = _ctx_name##_mapped_regions,
64 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()
250 if (ctx->tables_mapped_regions[i] != 0) in xlat_tables_print()