Home
last modified time | relevance | path

Searched refs:DESC_MASK (Results 1 – 3 of 3) sorted by relevance

/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_utils.c145 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()
Dxlat_tables_core.c380 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()
/external/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_defs.h45 #define DESC_MASK U(0x3) macro