Home
last modified time | relevance | path

Searched refs:tee_shm_alloc (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.10/drivers/tee/optee/
Ddevice.c116 device_shm = tee_shm_alloc(ctx, shm_size, in __optee_enumerate_devices()
Drpc.c315 shm = tee_shm_alloc(ctx, sz, TEE_SHM_MAPPED); in handle_rpc_func_cmd_shm_alloc()
503 shm = tee_shm_alloc(ctx, param->a1, TEE_SHM_MAPPED); in optee_handle_rpc()
Dcall.c181 shm = tee_shm_alloc(ctx, OPTEE_MSG_GET_ARG_SIZE(num_params), in get_msg_arg()
Dcore.c290 shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), TEE_SHM_MAPPED); in optee_release()
/Linux-v5.10/drivers/tee/
Dtee_shm.c106 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags) in tee_shm_alloc() function
194 EXPORT_SYMBOL_GPL(tee_shm_alloc);
Dtee_core.c296 shm = tee_shm_alloc(ctx, data.size, TEE_SHM_MAPPED | TEE_SHM_DMA_BUF); in tee_ioctl_shm_alloc()
/Linux-v5.10/drivers/firmware/broadcom/
Dtee_bnxt_fw.c215 fw_shm_pool = tee_shm_alloc(pvt_data.ctx, MAX_SHM_MEM_SZ, in tee_bnxt_fw_probe()
/Linux-v5.10/drivers/char/hw_random/
Doptee-rng.c148 entropy_shm_pool = tee_shm_alloc(pvt_data->ctx, MAX_ENTROPY_REQ_SZ, in optee_rng_init()
/Linux-v5.10/include/linux/
Dtee_drv.h334 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags);
/Linux-v5.10/drivers/char/tpm/
Dtpm_ftpm_tee.c257 pvt_data->shm = tee_shm_alloc(pvt_data->ctx, in ftpm_tee_probe()