Searched refs:BL32_MEM_SIZE (Results 1 – 3 of 3) sorted by relevance
148 # define BL32_MEM_SIZE BL_RAM_SIZE macro153 # define BL32_MEM_SIZE SEC_DRAM_SIZE macro
336 bl32_meminfo->total_size = (BL32_MEM_BASE + BL32_MEM_SIZE) - BL32_BASE; in bl2_plat_get_bl32_meminfo()337 bl32_meminfo->free_size = (BL32_MEM_BASE + BL32_MEM_SIZE) - BL32_BASE; in bl2_plat_get_bl32_meminfo()
33 #define MAP_BL32_MEM MAP_REGION_FLAT(BL32_MEM_BASE, BL32_MEM_SIZE, \