Home
last modified time | relevance | path

Searched refs:TEE_RAM_START (Results 1 – 17 of 17) sorted by relevance

/optee_os/core/arch/arm/plat-zynq7k/
H A Dplatform_config.h194 #define TEE_RAM_START TZSRAM_BASE macro
209 #define TEE_LOAD_ADDR TEE_RAM_START
234 #define TEE_RAM_START TZDRAM_BASE macro
246 #define TEE_LOAD_ADDR TEE_RAM_START
/optee_os/core/arch/arm/plat-ti/
H A Dplatform_config.h112 #define TEE_RAM_START TZSRAM_BASE macro
113 #define TEE_LOAD_ADDR (TEE_RAM_START + 0x1000)
129 #define TEE_RAM_START TZDRAM_BASE macro
130 #define TEE_LOAD_ADDR TEE_RAM_START
/optee_os/core/arch/arm/kernel/
H A Dkern.ld.S375 ASSERT(TEE_LOAD_ADDR >= TEE_RAM_START,
377 ASSERT(TEE_LOAD_ADDR < (TEE_RAM_START + TEE_RAM_PH_SIZE),
379 ASSERT((TEE_RAM_START + TEE_RAM_PH_SIZE - __init_end) >
393 ASSERT(. <= (TEE_RAM_START + (TEE_RAM_VA_SIZE * 8) / 9 - 8),
395 . = TEE_RAM_START + (TEE_RAM_VA_SIZE * 8) / 9 - 8;
418 ASSERT(. <= (TEE_RAM_START + TEE_RAM_VA_SIZE),
420 . = TEE_RAM_START + TEE_RAM_VA_SIZE;
H A Dboot.c312 ROUNDUP(TEE_RAM_START + (TEE_RAM_VA_SIZE * 8) / 9 - 8, 8) in init_asan()
315 (__ASAN_SHADOW_START - (TEE_RAM_START / 8)) in init_asan()
H A Dentry_a64.S397 mov_imm x1, (TEE_RAM_PH_SIZE + TEE_RAM_START)
H A Dentry_a32.S544 mov_imm r1, (TEE_RAM_PH_SIZE + TEE_RAM_START)
/optee_os/core/arch/arm/plat-sprd/
H A Dplatform_config.h72 #define TEE_LOAD_ADDR TEE_RAM_START
82 #define TEE_RAM_START TZDRAM_BASE macro
/optee_os/core/arch/arm/plat-poplar/
H A Dplatform_config.h122 #define TEE_RAM_START TZSRAM_BASE macro
132 #define TEE_RAM_START TZDRAM_BASE macro
/optee_os/core/arch/arm/include/mm/
H A Dgeneric_ram_layout.h155 #define TEE_RAM_START TZSRAM_BASE macro
158 #define TEE_RAM_START TZDRAM_BASE macro
/optee_os/core/arch/riscv/include/mm/
H A Dgeneric_ram_layout.h156 #define TEE_RAM_START TDSRAM_BASE macro
160 #define TEE_RAM_START TDDRAM_BASE macro
/optee_os/core/arch/riscv/kernel/
H A Dkern.ld.S226 . = TEE_RAM_START + (TEE_RAM_VA_SIZE * 8) / 9 - 8;
243 ASSERT(. <= (TEE_RAM_START + TEE_RAM_VA_SIZE),
245 . = TEE_RAM_START + TEE_RAM_VA_SIZE;
/optee_os/core/arch/arm/plat-versal/
H A Dplatform_config.h54 #define TEE_LOAD_ADDR TEE_RAM_START
/optee_os/core/arch/arm/plat-zynqmp/
H A Dplatform_config.h88 #define TEE_LOAD_ADDR TEE_RAM_START
/optee_os/core/include/mm/
H A Dcore_mmu.h50 #define TEE_LOAD_ADDR TEE_RAM_START
/optee_os/core/mm/
H A Dmobj.c510 mobj_tee_ram_rw = mobj_phys_init(TEE_RAM_START, in mobj_init()
H A Dcore_mmu.c1176 sz = TEE_RAM_START + TEE_RAM_PH_SIZE - pa; in collect_mem_ranges()
1184 ADD_PHYS_MEM(MEM_AREA_TEE_RAM, TEE_RAM_START, TEE_RAM_PH_SIZE); in collect_mem_ranges()
1722 return core_is_buffer_inside(pbuf, len, TEE_RAM_START, in core_pbuf_is()
/optee_os/core/arch/arm/mm/
H A Dtee_pager.c250 idx = core_mmu_va2idx(&pager_tables[n].tbl_info, TEE_RAM_START); in tee_pager_phys_to_virt()
254 if (v >= (TEE_RAM_START + TEE_RAM_VA_SIZE)) in tee_pager_phys_to_virt()