tee_shm_alloc_kernel_buf
entropy_shm_pool = tee_shm_alloc_kernel_buf(pvt_data->ctx,
pvt_data->shm = tee_shm_alloc_kernel_buf(pvt_data->ctx,
channel->tee_shm = tee_shm_alloc_kernel_buf(scmi_optee_private->tee_ctx, msg_size);
fw_shm_pool = tee_shm_alloc_kernel_buf(pvt_data.ctx, MAX_SHM_MEM_SZ);
shm = tee_shm_alloc_kernel_buf(ctx, num_bytes);
shm = tee_shm_alloc_kernel_buf(ctx, bytes);
dev->fw_shm_pool = tee_shm_alloc_kernel_buf(dev->tee_ctx, size);
shm = tee_shm_alloc_kernel_buf(priv->ctx, sizeof(struct optee_rtc_info));
res = tee_shm_alloc_kernel_buf(ctx, SHM_ENTRY_SIZE);
device_shm = tee_shm_alloc_kernel_buf(ctx, shm_size);
EXPORT_SYMBOL_GPL(tee_shm_alloc_kernel_buf);
struct tee_shm *tee_shm_alloc_kernel_buf(struct tee_context *ctx, size_t size);