Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dmmu.c39 #define XLAT_REF_COUNT_UNIT BIT(16) macro
51 xlat_use_count[i] = XLAT_REF_COUNT_UNIT; in new_table()
83 __ASSERT(new_count == 0 || new_count >= XLAT_REF_COUNT_UNIT, in table_usage()
94 table_usage(table, XLAT_REF_COUNT_UNIT); in inc_table_ref()
99 int ref_unit = XLAT_REF_COUNT_UNIT; in dec_table_ref()
111 return table_usage(table, 0) < (2 * XLAT_REF_COUNT_UNIT); in is_table_single_referenced()