Home
last modified time | relevance | path

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

/optee_os/core/mm/
H A Dphys_mem.c88 static tee_mm_entry_t *mm_alloc(tee_mm_pool_t *p0, tee_mm_pool_t *p1, in mm_alloc() function
103 return mm_alloc(nex_core_pool, NULL, size, MAF_NULL); in nex_phys_mem_core_alloc()
108 return mm_alloc(nex_ta_pool, nex_core_pool, size, MAF_NULL); in nex_phys_mem_ta_alloc()
202 return mm_alloc(core_pool, ta_pool, size, MAF_NULL); in phys_mem_core_alloc()
207 return mm_alloc(ta_pool, core_pool, size, MAF_NULL); in phys_mem_ta_alloc()
239 return mm_alloc(core, NULL, size, flags); in phys_mem_alloc_flags()
241 return mm_alloc(ta, core, size, flags); in phys_mem_alloc_flags()