Searched refs:table_usage (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/arch/arm64/core/ |
D | mmu.c | 70 static int table_usage(uint64_t *table, int adjustment) in table_usage() function 94 table_usage(table, XLAT_REF_COUNT_UNIT); in inc_table_ref() 101 table_usage(table, -ref_unit); in dec_table_ref() 106 return (table_usage(table, 0) & XLAT_PTE_COUNT_MASK) == 0; in is_table_unused() 111 return table_usage(table, 0) < (2 * XLAT_REF_COUNT_UNIT); in is_table_single_referenced() 291 table_usage(table, Ln_XLAT_NUM_ENTRIES); in expand_to_table() 297 table_usage(pte, 1); in expand_to_table() 360 table_usage(pte, 1); in set_mapping() 411 table_usage(pte, -1); in del_mapping() 450 table_usage(dst_table, usage_count); in dup_table() [all …]
|