Searched refs:DESC_MASK (Results 1 – 3 of 3) sorted by relevance
145 if ((desc & DESC_MASK) == INVALID_DESC) { in xlat_tables_print_internal()168 if (((desc & DESC_MASK) == TABLE_DESC) && in xlat_tables_print_internal()291 desc_type = desc & DESC_MASK; in find_xlat_table_entry()496 if (((desc & DESC_MASK) != PAGE_DESC) || in xlat_change_mem_attributes_ctx()
380 uint64_t desc_type = desc & DESC_MASK; in xlat_tables_unmap_region()600 (uint32_t)(desc & DESC_MASK), table_idx_pa, in xlat_tables_map_region()
45 #define DESC_MASK U(0x3) macro