Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tee/amdtee/
Dshm_pool.c81 tee_shm_pool_mgr_destroy(priv_mgr); in amdtee_config_shm()
88 tee_shm_pool_mgr_destroy(priv_mgr); in amdtee_config_shm()
89 tee_shm_pool_mgr_destroy(dmabuf_mgr); in amdtee_config_shm()
/Linux-v5.10/drivers/tee/
Dtee_shm_pool.c98 tee_shm_pool_mgr_destroy(dmabuf_mgr); in tee_shm_pool_alloc_res_mem()
100 tee_shm_pool_mgr_destroy(priv_mgr); in tee_shm_pool_alloc_res_mem()
181 tee_shm_pool_mgr_destroy(pool->private_mgr); in tee_shm_pool_free()
183 tee_shm_pool_mgr_destroy(pool->dma_buf_mgr); in tee_shm_pool_free()
/Linux-v5.10/drivers/tee/optee/
Dcore.c454 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_dyn_shm()
461 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_dyn_shm()
462 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_dyn_shm()
538 tee_shm_pool_mgr_destroy(dmabuf_mgr); in optee_config_shm_memremap()
540 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_shm_memremap()
/Linux-v5.10/include/linux/
Dtee_drv.h270 static inline void tee_shm_pool_mgr_destroy(struct tee_shm_pool_mgr *poolm) in tee_shm_pool_mgr_destroy() function