Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/arch/arm/include/mm/
A Dgeneric_ram_layout.h138 #define TZSRAM_SIZE CFG_TZSRAM_SIZE macro
147 #define TZSRAM_SIZE CFG_CORE_TZSRAM_EMUL_SIZE macro
148 #define TZDRAM_BASE ROUNDUP(TZSRAM_BASE + TZSRAM_SIZE, \
156 #define TEE_RAM_PH_SIZE TZSRAM_SIZE
A Dcore_mmu_arch.h32 #define TRUSTED_SRAM_SIZE TZSRAM_SIZE
/optee_os-3.20.0/core/arch/arm/plat-poplar/
A Dplatform_config.h117 #define TZSRAM_SIZE CFG_CORE_TZSRAM_EMUL_SIZE macro
123 #define TEE_RAM_PH_SIZE TZSRAM_SIZE
/optee_os-3.20.0/core/arch/arm/plat-zynq7k/
A Dplatform_config.h190 #define TZSRAM_SIZE CFG_CORE_TZSRAM_EMUL_SIZE macro
195 #define TEE_RAM_PH_SIZE TZSRAM_SIZE
/optee_os-3.20.0/core/arch/arm/plat-ti/
A Dplatform_config.h20 #define TZSRAM_SIZE (256 * 1024) macro
111 #define TEE_RAM_PH_SIZE TZSRAM_SIZE
/optee_os-3.20.0/core/arch/arm/plat-stm/
A Dplatform_config.h190 #define STM_SECDDR_END MAX_UNSAFE(TZSRAM_BASE + TZSRAM_SIZE, \
/optee_os-3.20.0/core/arch/arm/kernel/
A Dboot.c445 vaddr_t tzsram_end = TZSRAM_BASE + TZSRAM_SIZE - TEE_LOAD_ADDR + in init_runtime()
547 tee_mm_vcore.size - TZSRAM_SIZE, in init_runtime()
548 TZSRAM_SIZE); in init_runtime()

Completed in 9 milliseconds