Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/include/mm/
H A Dgeneric_ram_layout.h137 #define TZSRAM_BASE CFG_TZSRAM_START macro
146 #define TZSRAM_BASE CFG_TZDRAM_START macro
148 #define TZDRAM_BASE ROUNDUP(TZSRAM_BASE + TZSRAM_SIZE, \
155 #define TEE_RAM_START TZSRAM_BASE
H A Dcore_mmu_arch.h27 #ifdef TZSRAM_BASE
31 #define TRUSTED_SRAM_BASE TZSRAM_BASE
/optee_os/core/arch/arm/plat-stm/
H A Dplatform_config.h187 #if defined(CFG_WITH_PAGER) && defined(TZSRAM_BASE)
188 #if TZSRAM_BASE >= CFG_DDR_START
189 #define STM_SECDDR_BASE MIN_UNSAFE(TZSRAM_BASE, TZDRAM_BASE)
190 #define STM_SECDDR_END MAX_UNSAFE(TZSRAM_BASE + TZSRAM_SIZE, \
/optee_os/core/arch/arm/plat-poplar/
H A Dplatform_config.h116 #define TZSRAM_BASE 0x03000000 macro
122 #define TEE_RAM_START TZSRAM_BASE
/optee_os/core/arch/arm/plat-zynq7k/
H A Dplatform_config.h189 #define TZSRAM_BASE 0x3E000000 macro
194 #define TEE_RAM_START TZSRAM_BASE
/optee_os/core/arch/arm/plat-ti/
H A Dplatform_config.h19 #define TZSRAM_BASE 0x40300000 macro
112 #define TEE_RAM_START TZSRAM_BASE
/optee_os/core/arch/arm/kernel/
H A Dboot.c482 vaddr_t tzsram_end = TZSRAM_BASE + TZSRAM_SIZE - TEE_LOAD_ADDR + in init_pager_runtime()