Searched refs:BL32_MEM_BASE (Results 1 – 9 of 9) sorted by relevance
60 #ifndef BL32_MEM_BASE64 # define BL32_BASE U(BL32_MEM_BASE)65 # define BL32_LIMIT U(BL32_MEM_BASE + BL32_MEM_SIZE)
17 #define QEMU_PAS_ROOT_BASE (BL32_MEM_BASE + BL32_MEM_SIZE)22 #define QEMU_PAS_SEC_BASE BL32_MEM_BASE /* BL32_SRAM_BASE */
195 #define BL32_MEM_BASE BL_RAM_BASE macro
226 # define BL32_MEM_BASE BL_RAM_BASE macro231 # define BL32_MEM_BASE SEC_DRAM0_BASE macro
181 # define BL32_MEM_BASE BL_RAM_BASE macro186 # define BL32_MEM_BASE SEC_DRAM_BASE macro
58 ifdef BL32_MEM_BASE59 $(eval $(call add_define,BL32_MEM_BASE))
44 #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, \
37 * `BL32_MEM_BASE`: Specifies the base address of the bl32 binary.