Home
last modified time | relevance | path

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

/trusted-firmware-a/lib/xlat_tables_v2/
A Dxlat_tables_utils.c161 if ((desc & DESC_MASK) == INVALID_DESC) { in xlat_tables_print_internal()
184 if (((desc & DESC_MASK) == TABLE_DESC) && in xlat_tables_print_internal()
307 desc_type = desc & DESC_MASK; in find_xlat_table_entry()
512 if (((desc & DESC_MASK) != PAGE_DESC) || in xlat_change_mem_attributes_ctx()
A Dxlat_tables_core.c383 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()
/trusted-firmware-a/include/lib/xlat_tables/
A Dxlat_tables_defs.h45 #define DESC_MASK U(0x3) macro

Completed in 7 milliseconds