Home
last modified time | relevance | path

Searched refs:BL_RAM_BASE (Results 1 – 5 of 5) sorted by relevance

/external/arm-trusted-firmware/plat/rpi/rpi3/include/
Dplatform_def.h122 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
172 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
194 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
202 #define BL32_SRAM_BASE BL_RAM_BASE
218 # define BL32_MEM_BASE BL_RAM_BASE
/external/arm-trusted-firmware/plat/qemu/qemu/include/
Dplatform_def.h118 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
132 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
150 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
159 #define BL32_SRAM_BASE BL_RAM_BASE
168 # define BL32_MEM_BASE BL_RAM_BASE
/external/arm-trusted-firmware/plat/qemu/qemu_sbsa/include/
Dplatform_def.h104 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
119 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
148 #define BL32_SRAM_BASE BL_RAM_BASE
151 #define BL32_MEM_BASE BL_RAM_BASE
268 #define PLAT_QEMU_SP_IMAGE_BASE BL_RAM_BASE
/external/arm-trusted-firmware/plat/qemu/common/
Dqemu_bl1_setup.c35 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup()
/external/arm-trusted-firmware/plat/rpi/rpi3/
Drpi3_bl1_setup.c41 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup()