Home
last modified time | relevance | path

Searched refs:BL_RAM_BASE (Results 1 – 11 of 11) 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/trusty/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/trusty/arm-trusted-firmware/plat/qemu/qemu/include/
Dplatform_def.h117 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
120 #define TB_FW_CONFIG_BASE BL_RAM_BASE
136 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
154 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE - FW_HANDOFF_SIZE)
171 #define BL32_SRAM_BASE BL_RAM_BASE
181 # define BL32_MEM_BASE BL_RAM_BASE
Dqemu_pas_def.h55 #define QEMU_PAS_ROOT_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/trusty/arm-trusted-firmware/plat/qemu/qemu_sbsa/include/
Dplatform_def.h109 #define BL_RAM_BASE (SHARED_RAM_BASE + SHARED_RAM_SIZE) macro
124 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
153 #define BL32_SRAM_BASE BL_RAM_BASE
156 #define BL32_MEM_BASE BL_RAM_BASE
270 #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()
/external/trusty/arm-trusted-firmware/plat/rpi/rpi3/
Drpi3_bl1_setup.c52 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup()
/external/trusty/arm-trusted-firmware/plat/qemu/common/
Dqemu_bl1_setup.c58 bl1_tzram_layout.total_base = BL_RAM_BASE; in bl1_early_platform_setup()