Home
last modified time | relevance | path

Searched refs:PAGE_DESC (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/include/lib/xlat_tables/
Dxlat_tables_defs.h43 #define PAGE_DESC U(0x3) /* Table level 3 */ macro
/trusted-firmware-a-3.6.0-3.5.0/lib/xlat_tables_v2/
Dxlat_tables_utils.c320 assert(desc_type == PAGE_DESC); in find_xlat_table_entry()
513 if (((desc & DESC_MASK) != PAGE_DESC) || in xlat_change_mem_attributes_ctx()
Dxlat_tables_core.c122 desc |= (level == XLAT_TABLE_LEVEL_MAX) ? PAGE_DESC : BLOCK_DESC; in xlat_desc()
312 assert(desc_type == PAGE_DESC); in xlat_tables_unmap_region_action()
464 if (desc_type == PAGE_DESC) { in xlat_tables_map_region_action()
/trusted-firmware-a-3.6.0-3.5.0/lib/xlat_tables/
Dxlat_tables_common.c203 desc |= (level == XLAT_TABLE_LEVEL_MAX) ? PAGE_DESC : BLOCK_DESC; in mmap_desc()