Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtee_drv.h39 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-v4.19/drivers/tee/
Dtee_shm_pool.c72 struct tee_shm_pool *
161 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, in tee_shm_pool_alloc()
164 struct tee_shm_pool *pool; in tee_shm_pool_alloc()
187 void tee_shm_pool_free(struct tee_shm_pool *pool) in tee_shm_pool_free()
Dtee_private.h30 struct tee_shm_pool { struct
66 struct tee_shm_pool *pool;
DMakefile5 tee-objs += tee_shm_pool.o
Dtee_core.c702 struct tee_shm_pool *pool, in tee_device_alloc()
/Linux-v4.19/drivers/tee/optee/
Doptee_private.h97 struct tee_shm_pool *pool;
Dcore.c422 static struct tee_shm_pool *
555 struct tee_shm_pool *pool; in optee_probe()