Searched refs:DESC_MASK (Results 1 – 3 of 3) sorted by relevance
162 if ((desc & DESC_MASK) == INVALID_DESC) { in xlat_tables_print_internal()185 if (((desc & DESC_MASK) == TABLE_DESC) && in xlat_tables_print_internal()308 desc_type = desc & DESC_MASK; in find_xlat_table_entry()513 if (((desc & DESC_MASK) != PAGE_DESC) || in xlat_change_mem_attributes_ctx()
383 uint64_t desc_type = desc & DESC_MASK; in xlat_tables_unmap_region()603 (uint32_t)(desc & DESC_MASK), table_idx_pa, in xlat_tables_map_region()
45 #define DESC_MASK U(0x3) macro
Completed in 5 milliseconds