Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Core_AArch64/Source/
Dmmu_armv8a.c125 #define Ln_XLAT_NUM_ENTRIES ((1U << PAGE_SIZE_SHIFT) / 8U) macro
129 ((va_addr >> LEVEL_TO_VA_SIZE_SHIFT(level)) & (Ln_XLAT_NUM_ENTRIES - 1))
170 static uint64_t xlat_tables[CONFIG_MAX_XLAT_TABLES * Ln_XLAT_NUM_ENTRIES]
171 __aligned(Ln_XLAT_NUM_ENTRIES * sizeof(uint64_t));
183 return &xlat_tables[i * Ln_XLAT_NUM_ENTRIES]; in new_table()
193 unsigned int i = (pte - xlat_tables) / Ln_XLAT_NUM_ENTRIES; in table_index()
338 for (i = 0; i < Ln_XLAT_NUM_ENTRIES; i++) { in expand_to_table()
341 table_usage(table, Ln_XLAT_NUM_ENTRIES); in expand_to_table()
563 MMU_DEBUG("%d: %p\r\n", index, xlat_tables + index * Ln_XLAT_NUM_ENTRIES); in setup_page_tables()