Home
last modified time | relevance | path

Searched refs:TEE_RAM_VA_SIZE (Results 1 – 13 of 13) sorted by relevance

/optee_os/core/arch/arm/include/mm/
A Dgeneric_ram_layout.h120 #define TEE_RAM_VA_SIZE CFG_TEE_RAM_VA_SIZE macro
122 #define TEE_RAM_VA_SIZE CORE_MMU_PGDIR_SIZE macro
149 TEE_RAM_VA_SIZE)
160 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE
161 #define TA_RAM_START ROUNDUP(TZDRAM_BASE + TEE_RAM_VA_SIZE, \
A Dcore_mmu.h84 #ifndef TEE_RAM_VA_SIZE
85 #define TEE_RAM_VA_SIZE CORE_MMU_PGDIR_SIZE macro
/optee_os/core/arch/arm/plat-ti/
A Dplatform_config.h107 #define TEE_RAM_VA_SIZE (1 * 1024 * 1024) macro
124 #define TEE_RAM_VA_SIZE (1 * 1024 * 1024) macro
125 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE
140 #define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \
143 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE) - \
A Dmain.c32 register_phys_mem(MEM_AREA_RAM_SEC, TZDRAM_BASE, TEE_RAM_VA_SIZE);
/optee_os/core/arch/arm/plat-sprd/
A Dplatform_config.h67 #define TEE_RAM_VA_SIZE (1024 * 1024) macro
81 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE
83 #define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \
85 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE), \
/optee_os/core/arch/arm/plat-poplar/
A Dplatform_config.h133 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE
134 #define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \
137 #define TA_RAM_SIZE ROUNDDOWN((TZDRAM_SIZE - TEE_RAM_VA_SIZE),\
145 #define TEE_RAM_VA_SIZE (2 * 1024 * 1024) macro
/optee_os/core/arch/arm/kernel/
A Dkern.ld.S367 . = TEE_RAM_VA_START + (TEE_RAM_VA_SIZE * 8) / 9 - 8;
371 . += TEE_RAM_VA_SIZE / 9;
386 ASSERT(. <= (TEE_RAM_VA_START + TEE_RAM_VA_SIZE),
388 . = TEE_RAM_VA_START + TEE_RAM_VA_SIZE;
A Dboot.c239 ROUNDUP(TEE_RAM_VA_START + (TEE_RAM_VA_SIZE * 8) / 9 - 8, 8) in init_asan()
328 size_t size = TEE_RAM_VA_SIZE; in init_vcore()
/optee_os/core/arch/arm/plat-zynq7k/
A Dplatform_config.h69 #define TEE_RAM_VA_SIZE (1024 * 1024) macro
/optee_os/out/arm/core/
A Dkern.ld93 "TEE_RAM_VA_SIZE is too small")
A Dtee.map27204 … 0x0000000000000001 ASSERT ((. <= 0xe300000), TEE_RAM_VA_SIZE is too small)
/optee_os/core/arch/arm/mm/
A Dtee_pager.c147 (ROUNDUP(VCORE_START_VA + TEE_RAM_VA_SIZE, CORE_MMU_PGDIR_SIZE) - \
254 if (v >= (TEE_RAM_VA_START + TEE_RAM_VA_SIZE)) in tee_pager_phys_to_virt()
A Dcore_mmu.c817 size = TEE_RAM_VA_SIZE - (end - begin); in add_pager_vaspace()

Completed in 79 milliseconds