Home
last modified time | relevance | path

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

/optee_os-3.20.0/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-3.20.0/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-3.20.0/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-3.20.0/core/arch/riscv/include/mm/
A Dgeneric_ram_layout.h157 #define TEE_RAM_PH_SIZE TDSRAM_SIZE macro
161 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE macro
/optee_os-3.20.0/core/arch/arm/plat-ti/
A Dplatform_config.h111 #define TEE_RAM_PH_SIZE TZSRAM_SIZE macro
128 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE macro
/optee_os-3.20.0/core/arch/arm/plat-sprd/
A Dplatform_config.h81 #define TEE_RAM_PH_SIZE TEE_RAM_VA_SIZE macro
/optee_os-3.20.0/core/arch/arm/kernel/
A Dkern.ld.S386 ASSERT(TEE_LOAD_ADDR < (TEE_RAM_START + TEE_RAM_PH_SIZE),
388 ASSERT((TEE_RAM_VA_START + TEE_RAM_PH_SIZE - __init_end) >
487 (TEE_RAM_START + TEE_RAM_PH_SIZE - \
A Dboot.c317 memtag_set_tags((void *)TEE_RAM_START, TEE_RAM_PH_SIZE, 0); in boot_init_memtag()
/optee_os-3.20.0/core/mm/
A Dcore_mmu.c113 register_phys_mem(MEM_AREA_TEE_RAM, TEE_RAM_START, TEE_RAM_PH_SIZE);
437 carve_out_phys_mem(&m, &num_elems, TEE_RAM_START, TEE_RAM_PH_SIZE); in core_mmu_set_discovered_nsec_ddr()
1415 TEE_RAM_PH_SIZE); in core_pbuf_is()

Completed in 14 milliseconds