Searched refs:ta_pool (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/mm/ |
| H A D | phys_mem.c | 177 static tee_mm_pool_t *ta_pool; variable 184 assert(!core_pool && !ta_pool); in phys_mem_init() 187 ta_pool = init_pool(ta_base, ta_size, flags); in phys_mem_init() 192 return mm_find(core_pool, ta_pool, addr); in phys_mem_mm_find() 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() 212 return mm_alloc2(core_pool, ta_pool, base, size); in phys_mem_alloc2() 221 add_pool_stats(ta_pool, stats, reset); in phys_mem_stats() 234 ta = ta_pool; in phys_mem_alloc_flags()
|