Searched refs:tee_shm_pool_mgr (Results 1 – 1 of 1) sorted by relevance
207 struct tee_shm_pool_mgr { struct219 int (*alloc)(struct tee_shm_pool_mgr *poolmgr, struct tee_shm *shm, argument221 void (*free)(struct tee_shm_pool_mgr *poolmgr, struct tee_shm *shm);222 void (*destroy_poolmgr)(struct tee_shm_pool_mgr *poolmgr);235 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,236 struct tee_shm_pool_mgr *dmabuf_mgr);247 struct tee_shm_pool_mgr *tee_shm_pool_mgr_alloc_res_mem(unsigned long vaddr,255 static inline void tee_shm_pool_mgr_destroy(struct tee_shm_pool_mgr *poolm) in tee_shm_pool_mgr_destroy()