Searched refs:new_count (Results 1 – 1 of 1) sorted by relevance
74 int new_count = prev_count + adjustment; in table_usage() local77 if ((IS_ENABLED(DUMP_PTE) && adjustment != 0) || new_count == 0) { in table_usage()78 MMU_DEBUG("table [%d]%p: usage %#x -> %#x\n", i, table, prev_count, new_count); in table_usage()81 __ASSERT(new_count >= 0, in table_usage()83 __ASSERT(new_count == 0 || new_count >= XLAT_REF_COUNT_UNIT, in table_usage()85 __ASSERT((new_count & XLAT_PTE_COUNT_MASK) <= Ln_XLAT_NUM_ENTRIES, in table_usage()88 xlat_use_count[i] = new_count; in table_usage()89 return new_count; in table_usage()