Searched refs:BL32_MEM_SIZE (Results 1 – 11 of 11) sorted by relevance
17 #define QEMU_PAS_ROOT_BASE (BL32_MEM_BASE + BL32_MEM_SIZE)19 (BL32_MEM_SIZE + RME_GPT_DRAM_SIZE))23 #define QEMU_PAS_SEC_SIZE BL32_MEM_SIZE
196 #define BL32_MEM_SIZE (BL_RAM_SIZE - RME_GPT_DRAM_SIZE - \ macro
227 # define BL32_MEM_SIZE BL_RAM_SIZE macro232 # define BL32_MEM_SIZE SEC_DRAM0_SIZE macro
182 # define BL32_MEM_SIZE BL_RAM_SIZE macro187 # define BL32_MEM_SIZE (SEC_DRAM_SIZE - RME_GPT_DRAM_SIZE) macro
65 # define BL32_LIMIT U(BL32_MEM_BASE + BL32_MEM_SIZE)
61 ifndef BL32_MEM_SIZE64 $(eval $(call add_define,BL32_MEM_SIZE))
44 #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