Home
last modified time | relevance | path

Searched defs:TA_RAM_SIZE (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/arch/arm/plat-poplar/
H A Dplatform_config.h125 #define TA_RAM_SIZE ROUNDDOWN(TZDRAM_SIZE, CORE_MMU_PGDIR_SIZE) macro
137 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE),\ macro
/optee_os/core/arch/arm/plat-zynq7k/
H A Dplatform_config.h204 #define TA_RAM_SIZE TZDRAM_SIZE macro
238 #define TA_RAM_SIZE (TZDRAM_SIZE - TEE_RAM_PH_SIZE) macro
/optee_os/core/arch/arm/plat-sprd/
H A Dplatform_config.h85 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE), \ macro
/optee_os/core/arch/riscv/include/mm/
H A Dgeneric_ram_layout.h166 #define TA_RAM_SIZE (ROUNDDOWN(TDDRAM_BASE + (TDDRAM_SIZE - \ macro
/optee_os/core/arch/arm/plat-ti/
H A Dplatform_config.h137 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE), \ macro