Searched refs:tee_dyn_shm_alloc_helper (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | tee_core.h | 247 int tee_dyn_shm_alloc_helper(struct tee_shm *shm, size_t size, size_t align,
|
/linux/drivers/tee/ |
H A D | tee_shm.c | 206 int tee_dyn_shm_alloc_helper(struct tee_shm *shm, size_t size, size_t align, in tee_dyn_shm_alloc_helper() function 255 EXPORT_SYMBOL_GPL(tee_dyn_shm_alloc_helper);
|
/linux/drivers/tee/tstee/ |
H A D | core.c | 358 return tee_dyn_shm_alloc_helper(shm, size, align, tstee_shm_register); in pool_op_alloc()
|
/linux/drivers/tee/optee/ |
H A D | smc_abi.c | 596 return tee_dyn_shm_alloc_helper(shm, size, align, NULL); in pool_op_alloc() 598 return tee_dyn_shm_alloc_helper(shm, size, align, optee_shm_register); in pool_op_alloc()
|
H A D | ffa_abi.c | 378 return tee_dyn_shm_alloc_helper(shm, size, align, in pool_ffa_op_alloc()
|