Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dmmu.c34 static int xlat_use_count[CONFIG_MAX_XLAT_TABLES]; variable
49 if (xlat_use_count[i] == 0) { in new_table()
51 xlat_use_count[i] = XLAT_REF_COUNT_UNIT; in new_table()
73 int prev_count = xlat_use_count[i]; in table_usage()
88 xlat_use_count[i] = new_count; in table_usage()
122 if (xlat_use_count[i] == 0) { in arm64_mmu_nb_free_tables()
135 count += xlat_use_count[i]; in arm64_mmu_tables_total_usage()