Searched refs:BL32_MEM_SIZE (Results 1 – 11 of 11) sorted by relevance
18 #define QEMU_PAS_ROOT_BASE (BL32_MEM_BASE + BL32_MEM_SIZE)20 (BL32_MEM_SIZE + RME_GPT_DRAM_SIZE))24 #define QEMU_PAS_SEC_SIZE BL32_MEM_SIZE
196 #define BL32_MEM_SIZE (BL_RAM_SIZE - RME_GPT_DRAM_SIZE - \ macro
243 # define BL32_MEM_SIZE BL_RAM_SIZE macro248 # define BL32_MEM_SIZE SEC_DRAM0_SIZE macro
176 # define BL32_MEM_SIZE BL_RAM_SIZE macro 181 # define BL32_MEM_SIZE (SEC_DRAM_SIZE - RME_GPT_DRAM_SIZE) macro
79 # define BL32_LIMIT U(BL32_MEM_BASE + BL32_MEM_SIZE)
72 ifndef BL32_MEM_SIZE73 $(error "BL32_MEM_BASE defined without BL32_MEM_SIZE")75 $(eval $(call add_define,BL32_MEM_SIZE))
47 #define MAP_BL32_MEM MAP_REGION_FLAT(BL32_MEM_BASE, BL32_MEM_SIZE, \
426 #if !defined(TSP_SEC_MEM_SIZE) && defined(BL32_MEM_SIZE)427 #define TSP_SEC_MEM_SIZE BL32_MEM_SIZE
46 #define MAP_BL32_MEM MAP_REGION_FLAT(BL32_MEM_BASE, BL32_MEM_SIZE, \
38 * `BL32_MEM_SIZE`: Specifies the size of the memory region of the bl32 binary.
2723 …- exclude GPT reserve from BL32_MEM_SIZE ([7604288](https://review.trustedfirmware.org/plugins/git…10874 BL32_MEM_SIZE instead of TSP_SEC_MEM_SIZE