Searched refs:NS_DRAM0_SIZE (Results 1 – 5 of 5) sorted by relevance
346 bl33_meminfo->total_size = NS_DRAM0_SIZE; in bl2_plat_get_bl33_meminfo()348 bl33_meminfo->free_size = NS_DRAM0_SIZE; in bl2_plat_get_bl33_meminfo()
36 #define MAP_NS_DRAM0 MAP_REGION_FLAT(NS_DRAM0_BASE, NS_DRAM0_SIZE, \
109 (entrypoint < (NS_DRAM0_BASE + NS_DRAM0_SIZE))) in qemu_validate_ns_entrypoint()
129 .image_info.image_max_size = NS_DRAM0_BASE + NS_DRAM0_SIZE -
68 #define NS_DRAM0_SIZE 0x3de00000 macro