tee_shm_alloc_priv_buf
res = tee_shm_alloc_priv_buf(ctx, SHM_ENTRY_SIZE);
shm = tee_shm_alloc_priv_buf(optee->ctx,
shm_param = tee_shm_alloc_priv_buf(optee->ctx,
shm_arg = tee_shm_alloc_priv_buf(ctx, sz);
shm_arg = tee_shm_alloc_priv_buf(ctx, sz);
shm = tee_shm_alloc_priv_buf(optee->ctx, sz);
shm = tee_shm_alloc_priv_buf(optee->ctx, param->a1);
shm = tee_shm_alloc_priv_buf(ctx, size);
shm = tee_shm_alloc_priv_buf(ctx, MAX_OUTBOUND_BUFFER_SIZE);
EXPORT_SYMBOL_GPL(tee_shm_alloc_priv_buf);
struct tee_shm *tee_shm_alloc_priv_buf(struct tee_context *ctx, size_t size);