Lines Matching defs:pool
15 bool tee_mm_init(tee_mm_pool_t *pool, paddr_t lo, paddr_size_t size, in tee_mm_init()
52 void tee_mm_final(tee_mm_pool_t *pool) in tee_mm_final()
71 static size_t tee_mm_stats_allocated(tee_mm_pool_t *pool) in tee_mm_stats_allocated()
88 void tee_mm_get_pool_stats(tee_mm_pool_t *pool, struct pta_stats_alloc *stats, in tee_mm_get_pool_stats()
109 static void update_max_allocated(tee_mm_pool_t *pool) in update_max_allocated()
122 tee_mm_entry_t *tee_mm_alloc_flags(tee_mm_pool_t *pool, size_t size, in tee_mm_alloc_flags()
212 static inline bool fit_in_gap(tee_mm_pool_t *pool, tee_mm_entry_t *e, in fit_in_gap()
233 tee_mm_entry_t *tee_mm_alloc2(tee_mm_pool_t *pool, paddr_t base, size_t size) in tee_mm_alloc2()
321 bool tee_mm_addr_is_within_range(const tee_mm_pool_t *pool, paddr_t addr) in tee_mm_addr_is_within_range()
327 bool tee_mm_is_empty(tee_mm_pool_t *pool) in tee_mm_is_empty()
342 tee_mm_entry_t *tee_mm_find(const tee_mm_pool_t *pool, paddr_t addr) in tee_mm_find()