tee_shm_pool_mgr 415 drivers/tee/optee/core.c struct tee_shm_pool_mgr *priv_mgr; tee_shm_pool_mgr 416 drivers/tee/optee/core.c struct tee_shm_pool_mgr *dmabuf_mgr; tee_shm_pool_mgr 453 drivers/tee/optee/core.c struct tee_shm_pool_mgr *priv_mgr; tee_shm_pool_mgr 454 drivers/tee/optee/core.c struct tee_shm_pool_mgr *dmabuf_mgr; tee_shm_pool_mgr 15 drivers/tee/optee/shm_pool.c static int pool_op_alloc(struct tee_shm_pool_mgr *poolm, tee_shm_pool_mgr 52 drivers/tee/optee/shm_pool.c static void pool_op_free(struct tee_shm_pool_mgr *poolm, tee_shm_pool_mgr 62 drivers/tee/optee/shm_pool.c static void pool_op_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) tee_shm_pool_mgr 79 drivers/tee/optee/shm_pool.c struct tee_shm_pool_mgr *optee_shm_pool_alloc_pages(void) tee_shm_pool_mgr 81 drivers/tee/optee/shm_pool.c struct tee_shm_pool_mgr *mgr = kzalloc(sizeof(*mgr), GFP_KERNEL); tee_shm_pool_mgr 12 drivers/tee/optee/shm_pool.h struct tee_shm_pool_mgr *optee_shm_pool_alloc_pages(void); tee_shm_pool_mgr 22 drivers/tee/tee_private.h struct tee_shm_pool_mgr *private_mgr; tee_shm_pool_mgr 23 drivers/tee/tee_private.h struct tee_shm_pool_mgr *dma_buf_mgr; tee_shm_pool_mgr 25 drivers/tee/tee_shm.c struct tee_shm_pool_mgr *poolm; tee_shm_pool_mgr 104 drivers/tee/tee_shm.c struct tee_shm_pool_mgr *poolm = NULL; tee_shm_pool_mgr 12 drivers/tee/tee_shm_pool.c static int pool_op_gen_alloc(struct tee_shm_pool_mgr *poolm, tee_shm_pool_mgr 30 drivers/tee/tee_shm_pool.c static void pool_op_gen_free(struct tee_shm_pool_mgr *poolm, tee_shm_pool_mgr 38 drivers/tee/tee_shm_pool.c static void pool_op_gen_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) tee_shm_pool_mgr 67 drivers/tee/tee_shm_pool.c struct tee_shm_pool_mgr *priv_mgr; tee_shm_pool_mgr 68 drivers/tee/tee_shm_pool.c struct tee_shm_pool_mgr *dmabuf_mgr; tee_shm_pool_mgr 106 drivers/tee/tee_shm_pool.c struct tee_shm_pool_mgr *tee_shm_pool_mgr_alloc_res_mem(unsigned long vaddr, tee_shm_pool_mgr 112 drivers/tee/tee_shm_pool.c struct tee_shm_pool_mgr *mgr; tee_shm_pool_mgr 146 drivers/tee/tee_shm_pool.c static bool check_mgr_ops(struct tee_shm_pool_mgr *mgr) tee_shm_pool_mgr 152 drivers/tee/tee_shm_pool.c struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, tee_shm_pool_mgr 153 drivers/tee/tee_shm_pool.c struct tee_shm_pool_mgr *dmabuf_mgr) tee_shm_pool_mgr 219 include/linux/tee_drv.h int (*alloc)(struct tee_shm_pool_mgr *poolmgr, struct tee_shm *shm, tee_shm_pool_mgr 221 include/linux/tee_drv.h void (*free)(struct tee_shm_pool_mgr *poolmgr, struct tee_shm *shm); tee_shm_pool_mgr 222 include/linux/tee_drv.h void (*destroy_poolmgr)(struct tee_shm_pool_mgr *poolmgr); tee_shm_pool_mgr 235 include/linux/tee_drv.h struct tee_shm_pool *tee_shm_pool_alloc(struct tee_shm_pool_mgr *priv_mgr, tee_shm_pool_mgr 236 include/linux/tee_drv.h struct tee_shm_pool_mgr *dmabuf_mgr); tee_shm_pool_mgr 247 include/linux/tee_drv.h struct tee_shm_pool_mgr *tee_shm_pool_mgr_alloc_res_mem(unsigned long vaddr, tee_shm_pool_mgr 255 include/linux/tee_drv.h static inline void tee_shm_pool_mgr_destroy(struct tee_shm_pool_mgr *poolm)