tee_shm_alloc 148 drivers/char/hw_random/optee-rng.c entropy_shm_pool = tee_shm_alloc(pvt_data->ctx, MAX_ENTROPY_REQ_SZ, tee_shm_alloc 258 drivers/char/tpm/tpm_ftpm_tee.c pvt_data->shm = tee_shm_alloc(pvt_data->ctx, tee_shm_alloc 181 drivers/tee/optee/call.c shm = tee_shm_alloc(ctx, OPTEE_MSG_GET_ARG_SIZE(num_params), tee_shm_alloc 267 drivers/tee/optee/core.c shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), TEE_SHM_MAPPED); tee_shm_alloc 125 drivers/tee/optee/device.c device_shm = tee_shm_alloc(ctx, shm_size, tee_shm_alloc 223 drivers/tee/optee/rpc.c shm = tee_shm_alloc(ctx, sz, TEE_SHM_MAPPED); tee_shm_alloc 408 drivers/tee/optee/rpc.c shm = tee_shm_alloc(ctx, param->a1, TEE_SHM_MAPPED); tee_shm_alloc 144 drivers/tee/tee_core.c shm = tee_shm_alloc(ctx, data.size, TEE_SHM_MAPPED | TEE_SHM_DMA_BUF); tee_shm_alloc 214 drivers/tee/tee_shm.c EXPORT_SYMBOL_GPL(tee_shm_alloc); tee_shm_alloc 319 include/linux/tee_drv.h struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags);