Searched refs:CONFIG_MAX_XLAT_TABLES (Results 1 – 1 of 1) sorted by relevance
58 #ifndef CONFIG_MAX_XLAT_TABLES59 #define CONFIG_MAX_XLAT_TABLES 32 macro170 static uint64_t xlat_tables[CONFIG_MAX_XLAT_TABLES * Ln_XLAT_NUM_ENTRIES]172 static uint16_t xlat_use_count[CONFIG_MAX_XLAT_TABLES];180 for (i = 0; i < CONFIG_MAX_XLAT_TABLES; i++) { in new_table()195 __ASSERT(i < CONFIG_MAX_XLAT_TABLES, "table %p out of range", pte); in table_index()562 for (index = 0; index < CONFIG_MAX_XLAT_TABLES; index++) in setup_page_tables()