Searched refs:priv_mgr (Results 1 – 4 of 4) sorted by relevance
70 struct tee_shm_pool_mgr *priv_mgr; in amdtee_config_shm() local77 priv_mgr = rc; in amdtee_config_shm()81 tee_shm_pool_mgr_destroy(priv_mgr); in amdtee_config_shm()86 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in amdtee_config_shm()88 tee_shm_pool_mgr_destroy(priv_mgr); in amdtee_config_shm()
67 struct tee_shm_pool_mgr *priv_mgr; in tee_shm_pool_alloc_res_mem() local79 priv_mgr = rc; in tee_shm_pool_alloc_res_mem()91 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in tee_shm_pool_alloc_res_mem()100 tee_shm_pool_mgr_destroy(priv_mgr); in tee_shm_pool_alloc_res_mem()152 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, in tee_shm_pool_alloc() argument157 if (!check_mgr_ops(priv_mgr) || !check_mgr_ops(dmabuf_mgr)) in tee_shm_pool_alloc()164 pool->private_mgr = priv_mgr; in tee_shm_pool_alloc()
443 struct tee_shm_pool_mgr *priv_mgr; in optee_config_dyn_shm() local450 priv_mgr = rc; in optee_config_dyn_shm()454 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_dyn_shm()459 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_dyn_shm()461 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_dyn_shm()481 struct tee_shm_pool_mgr *priv_mgr; in optee_config_shm_memremap() local518 priv_mgr = rc; in optee_config_shm_memremap()529 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()540 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_shm_memremap()
250 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,