Home
last modified time | relevance | path

Searched refs:TDDRAM_BASE (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/arch/riscv/include/mm/
A Dgeneric_ram_layout.h144 #define TDDRAM_BASE CFG_TDDRAM_START macro
149 #define TDDRAM_BASE ROUNDUP(TDSRAM_BASE + TDSRAM_SIZE, \ macro
152 TDDRAM_BASE))
158 #define TA_RAM_START ROUNDUP(TDDRAM_BASE, CORE_MMU_PGDIR_SIZE)
160 #define TEE_RAM_START TDDRAM_BASE
162 #define TA_RAM_START ROUNDUP(TDDRAM_BASE + TEE_RAM_VA_SIZE, \
166 #define TA_RAM_SIZE (ROUNDDOWN(TDDRAM_BASE + (TDDRAM_SIZE - \
A Dcore_mmu_arch.h24 #define TRUSTED_DRAM_BASE TDDRAM_BASE

Completed in 3 milliseconds