Home
last modified time | relevance | path

Searched refs:nex_phys_mem_get_ta_base (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/include/mm/
H A Dphys_mem.h15 paddr_t nex_phys_mem_get_ta_base(void);
/optee_os/core/mm/
H A Dfobj.c159 rwp->idx = (tee_mm_get_smem(mm) - nex_phys_mem_get_ta_base()) / in rwp_paged_iv_alloc()
221 paddr_t pa = rwp->idx * SMALL_PAGE_SIZE + nex_phys_mem_get_ta_base(); in rwp_paged_iv_free()
398 rwp_store_base = phys_to_virt(nex_phys_mem_get_ta_base(), in rwp_init()
H A Dphys_mem.c60 paddr_t nex_phys_mem_get_ta_base(void) in nex_phys_mem_get_ta_base() function