Home
last modified time | relevance | path

Searched refs:PLAT_ARM_TRUSTED_SRAM_SIZE (Results 1 – 10 of 10) sorted by relevance

/external/arm-trusted-firmware/plat/arm/board/fvp/include/
Dplatform_def.h38 #define PLAT_ARM_TRUSTED_SRAM_SIZE UL(0x00040000) /* 256 KB */ macro
141 #define PLAT_ARM_MAX_BL31_SIZE (PLAT_ARM_TRUSTED_SRAM_SIZE - \
/external/arm-trusted-firmware/plat/arm/board/corstone700/common/include/
Dplatform_def.h62 #define PLAT_ARM_TRUSTED_SRAM_SIZE 0x00040000 /* 256 KB */ macro
67 #define ARM_BL_RAM_SIZE (PLAT_ARM_TRUSTED_SRAM_SIZE - \
/external/arm-trusted-firmware/plat/arm/board/morello/include/
Dplatform_def.h41 #define PLAT_ARM_TRUSTED_SRAM_SIZE UL(0x00080000) macro
/external/arm-trusted-firmware/plat/arm/board/n1sdp/include/
Dplatform_def.h62 #define PLAT_ARM_TRUSTED_SRAM_SIZE 0x00080000 /* 512 KB */ macro
/external/arm-trusted-firmware/plat/arm/css/sgm/include/
Dsgm_base_platform_def.h85 #define PLAT_ARM_TRUSTED_SRAM_SIZE 0x00040000 /* 256 KB */ macro
/external/arm-trusted-firmware/include/plat/arm/common/
Darm_def.h69 #define ARM_BL_RAM_SIZE (PLAT_ARM_TRUSTED_SRAM_SIZE - \
407 (PLAT_ARM_TRUSTED_SRAM_SIZE >> 1) + 0x2000)
/external/arm-trusted-firmware/plat/arm/css/sgi/include/
Dsgi_base_platform_def.h22 #define PLAT_ARM_TRUSTED_SRAM_SIZE 0x00040000 /* 256 KB */ macro
/external/arm-trusted-firmware/plat/arm/board/tc0/include/
Dplatform_def.h22 #define PLAT_ARM_TRUSTED_SRAM_SIZE 0x00080000 /* 512 KB */ macro
/external/arm-trusted-firmware/plat/arm/board/juno/include/
Dplatform_def.h44 #define PLAT_ARM_TRUSTED_SRAM_SIZE UL(0x00040000) /* 256 KB */ macro
/external/arm-trusted-firmware/plat/arm/common/
Darm_bl31_setup.c132 PLAT_ARM_TRUSTED_SRAM_SIZE - PAGE_SIZE; in arm_bl31_early_platform_setup()