Searched refs:tee_shm_alloc_priv_buf (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dtee_core.h227 * tee_shm_alloc_priv_buf() - Allocate shared memory for private use by specific
233 struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size);
/linux-master/drivers/tee/
H A Dtee_shm.c183 * tee_shm_alloc_priv_buf() - Allocate shared memory for a privately shared
198 struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size) function
204 EXPORT_SYMBOL_GPL(tee_shm_alloc_priv_buf); variable
/linux-master/drivers/tee/optee/
H A Dsmc_abi.c482 shm_arg = tee_shm_alloc_priv_buf(ctx, sz);
538 shm_arg = tee_shm_alloc_priv_buf(ctx, sz);
707 shm = tee_shm_alloc_priv_buf(optee->ctx, sz);
824 shm = tee_shm_alloc_priv_buf(optee->ctx, param->a1);
H A Dcall.c303 res = tee_shm_alloc_priv_buf(ctx, SHM_ENTRY_SIZE);
H A Dffa_abi.c443 shm = tee_shm_alloc_priv_buf(optee->ctx,

Completed in 219 milliseconds