Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/
Dmmu_armv8a.c58 #ifndef CONFIG_MAX_XLAT_TABLES
59 #define CONFIG_MAX_XLAT_TABLES 32 macro
170 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()