Searched refs:TA_RAM_START (Results 1 – 7 of 7) sorted by relevance
/optee_os/core/arch/arm/include/mm/ |
A D | generic_ram_layout.h | 157 #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 167 SMALL_PAGE_SIZE) - TA_RAM_START)
|
/optee_os/core/arch/arm/plat-poplar/ |
A D | platform_config.h | 124 #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/core/arch/arm/plat-zynq7k/ |
A D | platform_config.h | 203 #define TA_RAM_START TZDRAM_BASE macro 237 #define TA_RAM_START (TZDRAM_BASE + TEE_RAM_PH_SIZE) macro
|
/optee_os/core/arch/arm/plat-sprd/ |
A D | platform_config.h | 83 #define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \ macro
|
/optee_os/core/arch/arm/plat-ti/ |
A D | platform_config.h | 140 #define TA_RAM_START ROUNDUP((TZDRAM_BASE + TEE_RAM_VA_SIZE), \ macro
|
/optee_os/core/arch/arm/kernel/ |
A D | virtualization.c | 143 TA_RAM_START + TA_RAM_SIZE, in virt_init_memory() 148 TEE_RAM_START, TA_RAM_START + TA_RAM_SIZE); in virt_init_memory()
|
/optee_os/core/arch/arm/mm/ |
A D | core_mmu.c | 129 register_phys_mem(MEM_AREA_TA_RAM, TA_RAM_START, TA_RAM_SIZE); 397 carve_out_phys_mem(&m, &num_elems, TA_RAM_START, TA_RAM_SIZE); in core_mmu_set_discovered_nsec_ddr() 1306 return core_is_buffer_inside(pbuf, len, TA_RAM_START, in core_pbuf_is()
|
Completed in 15 milliseconds