Searched refs:BL32_MEM_SIZE (Results 1 – 8 of 8) sorted by relevance
219 # define BL32_MEM_SIZE BL_RAM_SIZE macro224 # define BL32_MEM_SIZE SEC_DRAM0_SIZE macro
169 # define BL32_MEM_SIZE BL_RAM_SIZE macro174 # define BL32_MEM_SIZE SEC_DRAM_SIZE macro
36 #define MAP_BL32_MEM MAP_REGION_FLAT(BL32_MEM_BASE, BL32_MEM_SIZE, \
46 #define MAP_BL32_MEM MAP_REGION_FLAT(BL32_MEM_BASE, BL32_MEM_SIZE, \
152 #define BL32_MEM_SIZE (BL_RAM_SIZE - BL1_SIZE - \ macro
414 #if !defined(TSP_SEC_MEM_SIZE) && defined(BL32_MEM_SIZE)415 #define TSP_SEC_MEM_SIZE BL32_MEM_SIZE
2247 BL32_MEM_SIZE instead of TSP_SEC_MEM_SIZE
Completed in 19 milliseconds