Searched refs:MAX_XLAT_TABLES (Results 1 – 5 of 5) sorted by relevance
203 #ifndef MAX_XLAT_TABLES221 #define MAX_XLAT_TABLES (XLAT_TABLE_TEE_EXTRA + \ macro229 #if (MAX_XLAT_TABLES <= UINT8_MAX)231 #elif (MAX_XLAT_TABLES <= UINT16_MAX)234 #error MAX_XLAT_TABLES is suspiciously large, please check279 static uint64_t xlat_tables[XLAT_TABLE_SIZE * MAX_XLAT_TABLES /560 sz += XLAT_TABLE_SIZE * MAX_XLAT_TABLES; in core_mmu_get_total_pages_size()593 tbl += XLAT_TABLE_SIZE * MAX_XLAT_TABLES; in core_alloc_mmu_prtn()701 if (prtn->xlat_tables_used >= MAX_XLAT_TABLES) { in core_mmu_xlat_table_alloc()702 EMSG("%u xlat tables exhausted", MAX_XLAT_TABLES); in core_mmu_xlat_table_alloc()[all …]
187 #ifndef MAX_XLAT_TABLES193 #define MAX_XLAT_TABLES (6 + XLAT_TABLE_ASLR_EXTRA) macro214 static l2_xlat_tbl_t main_mmu_l2_ttb[MAX_XLAT_TABLES]338 if (prtn->tables_used >= MAX_XLAT_TABLES) { in alloc_l2_table()339 EMSG("%u L2 tables exhausted", MAX_XLAT_TABLES); in alloc_l2_table()346 MAX_XLAT_TABLES); in alloc_l2_table()
16 #define MAX_XLAT_TABLES 4 macro18 #define MAX_XLAT_TABLES 8 macro
127 #define MAX_XLAT_TABLES (30 + (CFG_RESERVED_VASPACE_SIZE) / \ macro
129 #define MAX_XLAT_TABLES 5 macro