Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-zynq7k/
A Dplatform_config.h195 #define TEE_RAM_PH_SIZE TZSRAM_SIZE macro
235 #define TEE_RAM_PH_SIZE (1 * 1024 * 1024) macro
237 #define TA_RAM_START (TZDRAM_BASE + TEE_RAM_PH_SIZE)
238 #define TA_RAM_SIZE (TZDRAM_SIZE - TEE_RAM_PH_SIZE)
/optee_os/core/arch/arm/plat-poplar/
A Dplatform_config.h123 #define TEE_RAM_PH_SIZE TZSRAM_SIZE macro
133 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE macro
/optee_os/core/arch/arm/include/mm/
A Dgeneric_ram_layout.h156 #define TEE_RAM_PH_SIZE TZSRAM_SIZE macro
160 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE macro
/optee_os/core/arch/arm/plat-ti/
A Dplatform_config.h108 #define TEE_RAM_PH_SIZE TZSRAM_SIZE macro
125 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE macro
/optee_os/core/arch/arm/kernel/
A Dkern.ld.S358 ASSERT(TEE_LOAD_ADDR < (TEE_RAM_START + TEE_RAM_PH_SIZE),
360 ASSERT((TEE_RAM_VA_START + TEE_RAM_PH_SIZE - __init_end) >
459 (TEE_RAM_START + TEE_RAM_PH_SIZE - \
/optee_os/core/arch/arm/plat-sprd/
A Dplatform_config.h81 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE macro
/optee_os/core/arch/arm/mm/
A Dcore_mmu.c115 register_phys_mem(MEM_AREA_TEE_RAM, TEE_RAM_START, TEE_RAM_PH_SIZE);
396 carve_out_phys_mem(&m, &num_elems, TEE_RAM_START, TEE_RAM_PH_SIZE); in core_mmu_set_discovered_nsec_ddr()
1304 TEE_RAM_PH_SIZE); in core_pbuf_is()

Completed in 11 milliseconds