Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/include/lib/xlat_tables/
A Dxlat_tables_defs.h38 #define TABLE_DESC U(0x3) /* Table levels 0-2 */ macro
/arm-trusted-firmware-2.8.0/lib/xlat_tables_v2/
A Dxlat_tables_core.c324 if (desc_type == TABLE_DESC) { in xlat_tables_unmap_region_action()
343 assert(desc_type == TABLE_DESC); in xlat_tables_unmap_region_action()
482 if (desc_type == TABLE_DESC) { in xlat_tables_map_region_action()
542 assert(desc_type == TABLE_DESC); in xlat_tables_map_region_action()
623 TABLE_DESC | (uintptr_t)subtable; in xlat_tables_map_region()
A Dxlat_tables_utils.c185 if (((desc & DESC_MASK) == TABLE_DESC) && in xlat_tables_print_internal()
330 assert(desc_type == TABLE_DESC); in find_xlat_table_entry()
/arm-trusted-firmware-2.8.0/lib/xlat_tables/
A Dxlat_tables_common.c382 desc = TABLE_DESC | (uintptr_t)new_table; in init_xlation_table_inner()

Completed in 7 milliseconds