Home
last modified time | relevance | path

Searched refs:tee_shm_pool (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/tee/
Dtee_shm_pool.c63 struct tee_shm_pool *
152 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, in tee_shm_pool_alloc()
155 struct tee_shm_pool *pool; in tee_shm_pool_alloc()
178 void tee_shm_pool_free(struct tee_shm_pool *pool) in tee_shm_pool_free()
Dtee_private.h21 struct tee_shm_pool { struct
57 struct tee_shm_pool *pool;
DMakefile5 tee-objs += tee_shm_pool.o
Dtee_core.c707 struct tee_shm_pool *pool, in tee_device_alloc()
/Linux-v5.4/include/linux/
Dtee_drv.h33 struct tee_shm_pool;
145 struct tee_shm_pool *pool,
235 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,
286 struct tee_shm_pool *
297 void tee_shm_pool_free(struct tee_shm_pool *pool);
/Linux-v5.4/drivers/tee/optee/
Dcore.c413 static struct tee_shm_pool *optee_config_dyn_shm(void) in optee_config_dyn_shm()
440 static struct tee_shm_pool *
560 struct tee_shm_pool *pool = ERR_PTR(-EINVAL); in optee_probe()
Doptee_private.h89 struct tee_shm_pool *pool;