Home
last modified time | relevance | path

Searched refs:priv_mgr (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tee/
A Dtee_shm_pool.c67 struct tee_shm_pool_mgr *priv_mgr; in tee_shm_pool_alloc_res_mem() local
79 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() argument
157 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()
/linux/drivers/tee/amdtee/
A Dshm_pool.c70 struct tee_shm_pool_mgr *priv_mgr; in amdtee_config_shm() local
77 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()
/linux/drivers/tee/optee/
A Dsmc_abi.c992 struct tee_shm_pool_mgr *priv_mgr; in optee_config_dyn_shm() local
999 priv_mgr = rc; in optee_config_dyn_shm()
1003 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_dyn_shm()
1008 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_dyn_shm()
1010 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_dyn_shm()
1030 struct tee_shm_pool_mgr *priv_mgr; in optee_config_shm_memremap() local
1067 priv_mgr = rc; in optee_config_shm_memremap()
1078 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()
1089 tee_shm_pool_mgr_destroy(priv_mgr); in optee_config_shm_memremap()
A Dffa_abi.c696 struct tee_shm_pool_mgr *priv_mgr; in optee_ffa_config_dyn_shm() local
703 priv_mgr = rc; in optee_ffa_config_dyn_shm()
707 tee_shm_pool_mgr_destroy(priv_mgr); in optee_ffa_config_dyn_shm()
712 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_ffa_config_dyn_shm()
714 tee_shm_pool_mgr_destroy(priv_mgr); in optee_ffa_config_dyn_shm()
/linux/include/linux/
A Dtee_drv.h256 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,

Completed in 9 milliseconds