Home
last modified time | relevance | path

Searched refs:TEE_SDP_TEST_MEM_BASE (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/include/mm/
H A Dgeneric_ram_layout.h179 #define TEE_SDP_TEST_MEM_BASE (CFG_TZDRAM_START + (CFG_TZDRAM_SIZE - \ macro
/optee_os/core/arch/riscv/include/mm/
H A Dgeneric_ram_layout.h187 #define TEE_SDP_TEST_MEM_BASE (CFG_TDDRAM_START + (CFG_TDDRAM_SIZE - \ macro
/optee_os/core/arch/arm/tee/
H A Dentry_fast.c36 #elif defined(TEE_SDP_TEST_MEM_BASE) in tee_entry_get_protmem_config()
38 args->a1 = TEE_SDP_TEST_MEM_BASE; in tee_entry_get_protmem_config()
/optee_os/core/mm/
H A Dcore_mmu.c102 #ifdef TEE_SDP_TEST_MEM_BASE
103 register_sdp_mem(TEE_SDP_TEST_MEM_BASE, TEE_SDP_TEST_MEM_SIZE);
701 #ifdef TEE_SDP_TEST_MEM_BASE in verify_special_mem_areas()
706 if (mem->addr == TEE_SDP_TEST_MEM_BASE && in verify_special_mem_areas()
2832 #ifdef TEE_SDP_TEST_MEM_BASE in core_mmu_init_phys_mem()
2834 pa = TEE_SDP_TEST_MEM_BASE; in core_mmu_init_phys_mem()