Home
last modified time | relevance | path

Searched refs:TZDRAM_SIZE (Results 1 – 12 of 12) sorted by relevance

/optee_os/core/arch/arm/plat-zynq7k/
H A Dplatform_config.h198 #define TZDRAM_SIZE 0x01e00000 macro
204 #define TA_RAM_SIZE TZDRAM_SIZE
232 #define TZDRAM_SIZE (0x02000000 - TEE_SHMEM_SIZE) macro
238 #define TA_RAM_SIZE (TZDRAM_SIZE - TEE_RAM_PH_SIZE)
240 #define TEE_SHMEM_START (TZDRAM_BASE + TZDRAM_SIZE)
/optee_os/core/arch/arm/plat-poplar/
H A Dplatform_config.h120 #define TZDRAM_SIZE (14 * 1024 * 1024) macro
125 #define TA_RAM_SIZE ROUNDDOWN(TZDRAM_SIZE, CORE_MMU_PGDIR_SIZE)
130 #define TZDRAM_SIZE (16 * 1024 * 1024) macro
137 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE),\
/optee_os/core/arch/arm/plat-sprd/
H A Dplatform_config.h55 #define TZDRAM_SIZE (0x02000000 - TEE_SHMEM_SIZE) macro
57 #define TEE_SHMEM_START (TZDRAM_BASE + TZDRAM_SIZE)
85 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE), \
/optee_os/core/arch/arm/plat-ti/
H A Dplatform_config.h16 #define TZDRAM_SIZE 0x01c00000 macro
60 #define TZDRAM_SIZE 0x01c00000 macro
137 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE), \
141 #define TEE_SHMEM_START (TZDRAM_BASE + TZDRAM_SIZE)
/optee_os/core/arch/arm/include/mm/
H A Dgeneric_ram_layout.h144 #define TZDRAM_SIZE CFG_TZDRAM_SIZE macro
150 #define TZDRAM_SIZE (CFG_TZDRAM_START + (CFG_TZDRAM_SIZE - \ macro
H A Dcore_mmu_arch.h40 #define TRUSTED_DRAM_SIZE TZDRAM_SIZE
/optee_os/core/arch/arm/plat-stm/
H A Dplatform_config.h191 TZDRAM_BASE + TZDRAM_SIZE)
197 #define STM_SECDDR_END (TZDRAM_BASE + TZDRAM_SIZE)
/optee_os/core/arch/arm/plat-rzg/
H A Dplatform_config.h50 #define TEE_SHMEM_START (TZDRAM_BASE + TZDRAM_SIZE)
/optee_os/core/arch/arm/plat-rcar/
H A Dplatform_config.h109 #define TEE_SHMEM_START (TZDRAM_BASE + TZDRAM_SIZE)
/optee_os/core/arch/arm/plat-marvell/armada3700/
H A Dhal_sec_perf.c63 #define RA_SIZE TZDRAM_SIZE
/optee_os/core/arch/arm/plat-marvell/armada7k8k/
H A Dhal_sec_perf.c62 #define RA_SIZE TZDRAM_SIZE
/optee_os/core/drivers/firewall/
H A Dstm32_risaf.c574 if (paddr == TZDRAM_BASE && size == TZDRAM_SIZE) in stm32_risaf_acquire_access()
800 regions[i].len == TZDRAM_SIZE) { in stm32_risaf_probe()