Home
last modified time | relevance | path

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

/linux/drivers/tee/
A Dtee_shm.c59 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags) in tee_shm_alloc() function
128 EXPORT_SYMBOL_GPL(tee_shm_alloc);
144 return tee_shm_alloc(ctx, size, TEE_SHM_MAPPED); in tee_shm_alloc_kernel_buf()
A Dtee_core.c296 shm = tee_shm_alloc(ctx, data.size, TEE_SHM_MAPPED | TEE_SHM_DMA_BUF); in tee_ioctl_shm_alloc()
/linux/drivers/tee/optee/
A Ddevice.c124 device_shm = tee_shm_alloc(ctx, shm_size, in __optee_enumerate_devices()
A Dcall.c123 shm = tee_shm_alloc(ctx, sz, TEE_SHM_MAPPED | TEE_SHM_PRIV); in optee_get_msg_arg()
A Dsmc_abi.c610 shm = tee_shm_alloc(ctx, sz, TEE_SHM_MAPPED | TEE_SHM_PRIV); in handle_rpc_func_cmd_shm_alloc()
735 shm = tee_shm_alloc(ctx, param->a1, in optee_handle_rpc()
A Dffa_abi.c442 shm = tee_shm_alloc(ctx, arg->params[0].u.value.b, in handle_ffa_rpc_func_cmd_shm_alloc()
/linux/drivers/char/hw_random/
A Doptee-rng.c148 entropy_shm_pool = tee_shm_alloc(pvt_data->ctx, MAX_ENTROPY_REQ_SZ, in optee_rng_init()
/linux/include/linux/
A Dtee_drv.h340 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags);
/linux/
A Dvmlinux.symvers10047 0x00000000 tee_shm_alloc vmlinux EXPORT_SYMBOL_GPL
A DSystem.map49059 ffff800010d1df40 T tee_shm_alloc
A D.tmp_System.map49059 ffff800010d1df40 T tee_shm_alloc

Completed in 314 milliseconds