Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rpi/rpi3/include/
H A 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)
202 #define BL31_LIMIT (BL_RAM_BASE + BL_RAM_SIZE)
227 # define BL32_MEM_SIZE BL_RAM_SIZE
/rk3399_ARM-atf/plat/qemu/qemu/include/
H A 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)
182 # define BL32_MEM_SIZE BL_RAM_SIZE
H A Dqemu_pas_def.h56 #define QEMU_PAS_ROOT_SIZE BL_RAM_SIZE
/rk3399_ARM-atf/plat/qemu/qemu_sbsa/include/
H A Dplatform_def.h118 #define BL_RAM_SIZE (SEC_SRAM_SIZE - SHARED_RAM_SIZE) macro
132 #define BL1_RW_LIMIT (BL_RAM_BASE + BL_RAM_SIZE - \
196 #define BL32_MEM_SIZE (BL_RAM_SIZE - RME_GPT_DRAM_SIZE - \
450 #define PLAT_QEMU_L1_GPT_BASE (BL_RAM_BASE + BL_RAM_SIZE - \
H A Dqemu_sbsa_pas_def.h18 #define QEMU_PAS_ROOT_SIZE (BL_RAM_SIZE - \
/rk3399_ARM-atf/plat/qemu/common/
H A Dqemu_bl1_setup.c59 bl1_tzram_layout.total_size = BL_RAM_SIZE; in bl1_early_platform_setup()
/rk3399_ARM-atf/plat/rpi/rpi3/
H A Drpi3_bl1_setup.c53 bl1_tzram_layout.total_size = BL_RAM_SIZE; in bl1_early_platform_setup()