Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c311 if (desc_type == TABLE_DESC) { in xlat_tables_unmap_region()
333 assert(desc_type == TABLE_DESC); in xlat_tables_unmap_region()
428 if (desc_type == TABLE_DESC) { in xlat_tables_map_region_action()
488 assert(desc_type == TABLE_DESC); in xlat_tables_map_region_action()
575 table_base[table_idx] = TABLE_DESC | (unsigned long)subtable; in xlat_tables_map_region()
1146 if (((desc & DESC_MASK) == TABLE_DESC) && in xlat_tables_print_internal()
1397 assert(desc_type == TABLE_DESC); in find_xlat_table_entry()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_defs.h33 #define TABLE_DESC U(0x3) /* Table levels 0-2 */ macro
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c363 desc = TABLE_DESC | (uintptr_t)new_table; in init_xlation_table_inner()