Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/rpi/rpi3/include/
Dplatform_def.h123 #define BL_RAM_SIZE (SEC_SRAM_SIZE - 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)
219 # define BL32_MEM_SIZE BL_RAM_SIZE
/trusted-firmware-a-latest/plat/qemu/qemu/include/
Dplatform_def.h118 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE) macro
136 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
154 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE - FW_HANDOFF_SIZE)
181 # define BL32_MEM_SIZE BL_RAM_SIZE
/trusted-firmware-a-latest/plat/qemu/qemu_sbsa/include/
Dplatform_def.h105 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE) macro
119 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
152 #define BL32_MEM_SIZE (BL_RAM_SIZE - BL1_SIZE - \
/trusted-firmware-a-latest/plat/qemu/common/
Dqemu_bl1_setup.c59 bl1_tzram_layout.total_size = BL_RAM_SIZE; in bl1_early_platform_setup()
/trusted-firmware-a-latest/plat/rpi/rpi3/
Drpi3_bl1_setup.c42 bl1_tzram_layout.total_size = BL_RAM_SIZE; in bl1_early_platform_setup()