Symbol: tee_protmem_pool
drivers/tee/optee/ffa_abi.c
1038
struct tee_protmem_pool *pool;
drivers/tee/optee/optee_private.h
318
struct tee_protmem_pool *optee_protmem_alloc_dyn_pool(struct optee *optee,
drivers/tee/optee/protmem.c
132
static int protmem_pool_op_dyn_alloc(struct tee_protmem_pool *pool,
drivers/tee/optee/protmem.c
16
struct tee_protmem_pool pool;
drivers/tee/optee/protmem.c
167
static void protmem_pool_op_dyn_free(struct tee_protmem_pool *pool,
drivers/tee/optee/protmem.c
180
static int protmem_pool_op_dyn_update_shm(struct tee_protmem_pool *pool,
drivers/tee/optee/protmem.c
192
static void pool_op_dyn_destroy_pool(struct tee_protmem_pool *pool)
drivers/tee/optee/protmem.c
289
struct tee_protmem_pool *optee_protmem_alloc_dyn_pool(struct optee *optee,
drivers/tee/optee/protmem.c
30
to_protmem_dyn_pool(struct tee_protmem_pool *pool)
drivers/tee/optee/smc_abi.c
1661
static struct tee_protmem_pool *static_protmem_pool_init(struct optee *optee)
drivers/tee/optee/smc_abi.c
1668
struct tee_protmem_pool *pool;
drivers/tee/optee/smc_abi.c
1709
struct tee_protmem_pool *pool = ERR_PTR(-EINVAL);
drivers/tee/tee_heap.c
176
struct tee_protmem_pool *pool;
drivers/tee/tee_heap.c
21
struct tee_protmem_pool *pool;
drivers/tee/tee_heap.c
245
struct tee_protmem_pool *pool)
drivers/tee/tee_heap.c
287
struct tee_protmem_pool *pool)
drivers/tee/tee_heap.c
369
struct tee_protmem_pool *pool __always_unused)
drivers/tee/tee_heap.c
392
to_protmem_static_pool(struct tee_protmem_pool *pool)
drivers/tee/tee_heap.c
397
static int protmem_pool_op_static_alloc(struct tee_protmem_pool *pool,
drivers/tee/tee_heap.c
41
struct tee_protmem_pool pool;
drivers/tee/tee_heap.c
421
static void protmem_pool_op_static_free(struct tee_protmem_pool *pool,
drivers/tee/tee_heap.c
433
static int protmem_pool_op_static_update_shm(struct tee_protmem_pool *pool,
drivers/tee/tee_heap.c
446
static void protmem_pool_op_static_destroy_pool(struct tee_protmem_pool *pool)
drivers/tee/tee_heap.c
461
struct tee_protmem_pool *tee_protmem_static_pool_alloc(phys_addr_t paddr,
include/linux/tee_core.h
171
int (*alloc)(struct tee_protmem_pool *pool, struct sg_table *sgt,
include/linux/tee_core.h
173
void (*free)(struct tee_protmem_pool *pool, struct sg_table *sgt);
include/linux/tee_core.h
174
int (*update_shm)(struct tee_protmem_pool *pool, struct sg_table *sgt,
include/linux/tee_core.h
177
void (*destroy_pool)(struct tee_protmem_pool *pool);
include/linux/tee_core.h
220
struct tee_protmem_pool *pool);
include/linux/tee_core.h
323
struct tee_protmem_pool *tee_protmem_static_pool_alloc(phys_addr_t paddr,