Home
last modified time | relevance | path

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

/Linux-v5.10/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
58 struct tee_shm_pool *pool;
DMakefile5 tee-objs += tee_shm_pool.o
Dtee_core.c879 struct tee_shm_pool *pool, in tee_device_alloc()
/Linux-v5.10/include/linux/
Dtee_drv.h34 struct tee_shm_pool;
148 struct tee_shm_pool *pool,
250 struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr,
301 struct tee_shm_pool *
312 void tee_shm_pool_free(struct tee_shm_pool *pool);
/Linux-v5.10/drivers/tee/amdtee/
Damdtee_private.h41 struct tee_shm_pool *pool;
156 struct tee_shm_pool *amdtee_config_shm(void);
Dshm_pool.c68 struct tee_shm_pool *amdtee_config_shm(void) in amdtee_config_shm()
Dcore.c453 struct tee_shm_pool *pool; in amdtee_driver_init()
/Linux-v5.10/drivers/tee/optee/
Dcore.c441 static struct tee_shm_pool *optee_config_dyn_shm(void) in optee_config_dyn_shm()
468 static struct tee_shm_pool *
618 struct tee_shm_pool *pool = ERR_PTR(-EINVAL); in optee_probe()
Doptee_private.h93 struct tee_shm_pool *pool;