Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_defs.h38 #define PAGE_DESC U(0x3) /* Table level 3 */ macro
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c132 desc |= (level == XLAT_TABLE_LEVEL_MAX) ? PAGE_DESC : BLOCK_DESC; in xlat_desc()
299 assert(desc_type == PAGE_DESC); in xlat_tables_unmap_region()
410 if (desc_type == PAGE_DESC) { in xlat_tables_map_region_action()
1383 assert(desc_type == PAGE_DESC); in find_xlat_table_entry()
1580 if (((desc & DESC_MASK) != PAGE_DESC) || in change_mem_attributes()
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c194 desc |= (level == XLAT_TABLE_LEVEL_MAX) ? PAGE_DESC : BLOCK_DESC; in mmap_desc()