OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARM_BL_RAM_SIZE
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
arm_bl1_setup.c
51
bl1_tzram_layout.total_size =
ARM_BL_RAM_SIZE
;
56
bl1_tzram_layout.free_size =
ARM_BL_RAM_SIZE
;
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_def.h
63
#define
ARM_BL_RAM_SIZE
(PLAT_ARM_TRUSTED_SRAM_SIZE - \
322
ARM_BL_RAM_SIZE
- \
324
#define BL1_RW_LIMIT (ARM_BL_RAM_BASE +
ARM_BL_RAM_SIZE
)
361
#define BL31_LIMIT (ARM_BL_RAM_BASE +
ARM_BL_RAM_SIZE
)
367
ARM_BL_RAM_SIZE
- \
370
#define BL31_LIMIT (ARM_BL_RAM_BASE +
ARM_BL_RAM_SIZE
)
392
# define TSP_SEC_MEM_SIZE
ARM_BL_RAM_SIZE
Completed in 76 milliseconds