Searched defs:poolm (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/tee/amdtee/ |
| A D | shm_pool.c | 11 static int pool_op_alloc(struct tee_shm_pool_mgr *poolm, struct tee_shm *shm, in pool_op_alloc() 37 static void pool_op_free(struct tee_shm_pool_mgr *poolm, struct tee_shm *shm) in pool_op_free() 45 static void pool_op_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) in pool_op_destroy_poolmgr()
|
| /linux/drivers/tee/ |
| A D | tee_shm_pool.c | 12 static int pool_op_gen_alloc(struct tee_shm_pool_mgr *poolm, in pool_op_gen_alloc() 30 static void pool_op_gen_free(struct tee_shm_pool_mgr *poolm, in pool_op_gen_free() 38 static void pool_op_gen_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) in pool_op_gen_destroy_poolmgr()
|
| A D | tee_shm.c | 34 struct tee_shm_pool_mgr *poolm; in tee_shm_release() local 62 struct tee_shm_pool_mgr *poolm = NULL; in tee_shm_alloc() local
|
| /linux/drivers/tee/optee/ |
| A D | ffa_abi.c | 372 static int pool_ffa_op_alloc(struct tee_shm_pool_mgr *poolm, in pool_ffa_op_alloc() 379 static void pool_ffa_op_free(struct tee_shm_pool_mgr *poolm, in pool_ffa_op_free() 387 static void pool_ffa_op_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) in pool_ffa_op_destroy_poolmgr()
|
| A D | core.c | 21 int optee_pool_op_alloc_helper(struct tee_shm_pool_mgr *poolm, in optee_pool_op_alloc_helper()
|
| A D | smc_abi.c | 491 static int pool_op_alloc(struct tee_shm_pool_mgr *poolm, in pool_op_alloc() 504 static void pool_op_free(struct tee_shm_pool_mgr *poolm, in pool_op_free() 514 static void pool_op_destroy_poolmgr(struct tee_shm_pool_mgr *poolm) in pool_op_destroy_poolmgr()
|
| /linux/include/linux/ |
| A D | tee_drv.h | 276 static inline void tee_shm_pool_mgr_destroy(struct tee_shm_pool_mgr *poolm) in tee_shm_pool_mgr_destroy()
|
Completed in 11 milliseconds