Home
last modified time | relevance | path

Searched refs:tee_shm_alloc (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/tee/
H A Dtee_shm.c60 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags) in tee_shm_alloc() function
129 EXPORT_SYMBOL_GPL(tee_shm_alloc); variable
145 return tee_shm_alloc(ctx, size, TEE_SHM_MAPPED); in tee_shm_alloc_kernel_buf()
H A Dtee_core.c300 shm = tee_shm_alloc(ctx, data.size, TEE_SHM_MAPPED | TEE_SHM_DMA_BUF); in tee_ioctl_shm_alloc()
/kernel/linux/linux-5.10/drivers/tee/optee/
H A Ddevice.c138 device_shm = tee_shm_alloc(ctx, shm_size, in __optee_enumerate_devices()
141 pr_err("tee_shm_alloc failed\n"); in __optee_enumerate_devices()
H A Drpc.c317 shm = tee_shm_alloc(optee->ctx, sz, in handle_rpc_func_cmd_shm_alloc()
506 shm = tee_shm_alloc(optee->ctx, param->a1, in optee_handle_rpc()
H A Dcore.c281 shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), in optee_release()
H A Dcall.c183 shm = tee_shm_alloc(ctx, OPTEE_MSG_GET_ARG_SIZE(num_params), in get_msg_arg()
/kernel/linux/linux-5.10/drivers/char/hw_random/
H A Doptee-rng.c148 entropy_shm_pool = tee_shm_alloc(pvt_data->ctx, MAX_ENTROPY_REQ_SZ, in optee_rng_init()
151 dev_err(pvt_data->dev, "tee_shm_alloc failed\n"); in optee_rng_init()
/kernel/linux/linux-5.10/include/linux/
H A Dtee_drv.h322 * tee_shm_alloc() - Allocate shared memory
335 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags);

Completed in 7 milliseconds