Searched refs:DESC_MASK (Results 1 – 2 of 2) sorted by relevance
285 uint64_t desc_type = desc & DESC_MASK; in xlat_tables_unmap_region()559 desc & DESC_MASK, table_idx_pa, table_idx_va, level); in xlat_tables_map_region()1123 if ((desc & DESC_MASK) == INVALID_DESC) { in xlat_tables_print_internal()1146 if (((desc & DESC_MASK) == TABLE_DESC) && in xlat_tables_print_internal()1369 desc_type = desc & DESC_MASK; in find_xlat_table_entry()1580 if (((desc & DESC_MASK) != PAGE_DESC) || in change_mem_attributes()
40 #define DESC_MASK U(0x3) macro