Home
last modified time | relevance | path

Searched refs:tee_shm_pool_alloc (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/tee/
Dtee_shm_pool.c100 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in tee_shm_pool_alloc_res_mem()
161 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, in tee_shm_pool_alloc() function
178 EXPORT_SYMBOL_GPL(tee_shm_pool_alloc);
/Linux-v4.19/include/linux/
Dtee_drv.h235 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,
/Linux-v4.19/drivers/tee/optee/
Dcore.c496 rc = tee_shm_pool_alloc(priv_mgr, dmabuf_mgr); in optee_config_shm_memremap()