Home
last modified time | relevance | path

Searched refs:nex_phys_mem_mm_find (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/mm/
H A Dphys_mem.h16 tee_mm_entry_t *nex_phys_mem_mm_find(paddr_t addr);
44 return nex_phys_mem_mm_find(addr); in phys_mem_mm_find()
/optee_os/core/mm/
H A Dboot_mem.c307 mm = nex_phys_mem_mm_find(pa); in boot_mem_release_unused()
361 mm = nex_phys_mem_mm_find(pa); in boot_mem_release_tmp_alloc()
H A Dfobj.c222 tee_mm_entry_t *mm = nex_phys_mem_mm_find(pa); in rwp_paged_iv_free()
339 mm = nex_phys_mem_mm_find(virt_to_phys(rwp->store)); in rwp_unpaged_iv_free()
458 tee_mm_free(nex_phys_mem_mm_find(virt_to_phys(rop->store))); in rop_uninit()
H A Dphys_mem.c83 tee_mm_entry_t *nex_phys_mem_mm_find(paddr_t addr) in nex_phys_mem_mm_find() function
/optee_os/core/kernel/
H A Ddt.c1044 tee_mm_free(nex_phys_mem_mm_find(pa)); in release_manifest_dt()