Home
last modified time | relevance | path

Searched defs:TA_RAM_START (Results 1 – 6 of 6) sorted by relevance

/optee_os-3.20.0/core/arch/arm/include/mm/
A Dgeneric_ram_layout.h157 #define TA_RAM_START ROUNDUP(TZDRAM_BASE, CORE_MMU_PGDIR_SIZE) macro
161 #define TA_RAM_START ROUNDUP(TZDRAM_BASE + TEE_RAM_VA_SIZE, \ macro
/optee_os-3.20.0/core/arch/riscv/include/mm/
A Dgeneric_ram_layout.h158 #define TA_RAM_START ROUNDUP(TDDRAM_BASE, CORE_MMU_PGDIR_SIZE) macro
162 #define TA_RAM_START ROUNDUP(TDDRAM_BASE + TEE_RAM_VA_SIZE, \ macro
/optee_os-3.20.0/core/arch/arm/plat-poplar/
A Dplatform_config.h124 #define TA_RAM_START ROUNDUP(TZDRAM_BASE, CORE_MMU_PGDIR_SIZE) macro
134 #define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \ macro
/optee_os-3.20.0/core/arch/arm/plat-zynq7k/
A Dplatform_config.h203 #define TA_RAM_START TZDRAM_BASE macro
237 #define TA_RAM_START (TZDRAM_BASE + TEE_RAM_PH_SIZE) macro
/optee_os-3.20.0/core/arch/arm/plat-sprd/
A Dplatform_config.h83 #define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \ macro
/optee_os-3.20.0/core/arch/arm/plat-ti/
A Dplatform_config.h134 #define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \ macro

Completed in 6 milliseconds