Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tee/optee/
Drpc.c232 shm = tee_shm_alloc(ctx, sz, TEE_SHM_MAPPED); in handle_rpc_func_cmd_shm_alloc()
417 shm = tee_shm_alloc(ctx, param->a1, TEE_SHM_MAPPED); in optee_handle_rpc()
Dcall.c189 shm = tee_shm_alloc(ctx, OPTEE_MSG_GET_ARG_SIZE(num_params), in get_msg_arg()
Dcore.c276 shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), TEE_SHM_MAPPED); in optee_release()
/Linux-v4.19/drivers/tee/
Dtee_shm.c219 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags) in tee_shm_alloc() function
223 EXPORT_SYMBOL_GPL(tee_shm_alloc);
Dtee_core.c139 shm = tee_shm_alloc(ctx, data.size, TEE_SHM_MAPPED | TEE_SHM_DMA_BUF); in tee_ioctl_shm_alloc()
/Linux-v4.19/include/linux/
Dtee_drv.h319 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags);