Searched refs:BL32_MEM_BASE (Results 1 – 9 of 9) sorted by relevance
74 #ifndef BL32_MEM_BASE78 # define BL32_BASE U(BL32_MEM_BASE)79 # define BL32_LIMIT U(BL32_MEM_BASE + BL32_MEM_SIZE)
18 #define QEMU_PAS_ROOT_BASE (BL32_MEM_BASE + BL32_MEM_SIZE)23 #define QEMU_PAS_SEC_BASE BL32_MEM_BASE /* BL32_SRAM_BASE */
195 #define BL32_MEM_BASE BL_RAM_BASE macro
242 # define BL32_MEM_BASE BL_RAM_BASE macro247 # define BL32_MEM_BASE SEC_DRAM0_BASE macro
175 # define BL32_MEM_BASE BL_RAM_BASE macro 180 # define BL32_MEM_BASE SEC_DRAM_BASE macro
69 ifdef BL32_MEM_BASE70 $(eval $(call add_define,BL32_MEM_BASE))73 $(error "BL32_MEM_BASE defined without BL32_MEM_SIZE")
47 #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.