Searched refs:tee_shm_alloc (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/tee/ |
| A D | tee_shm.c | 59 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 D | tee_core.c | 296 shm = tee_shm_alloc(ctx, data.size, TEE_SHM_MAPPED | TEE_SHM_DMA_BUF); in tee_ioctl_shm_alloc()
|
| /linux/drivers/tee/optee/ |
| A D | device.c | 124 device_shm = tee_shm_alloc(ctx, shm_size, in __optee_enumerate_devices()
|
| A D | call.c | 123 shm = tee_shm_alloc(ctx, sz, TEE_SHM_MAPPED | TEE_SHM_PRIV); in optee_get_msg_arg()
|
| A D | smc_abi.c | 610 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 D | ffa_abi.c | 442 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 D | optee-rng.c | 148 entropy_shm_pool = tee_shm_alloc(pvt_data->ctx, MAX_ENTROPY_REQ_SZ, in optee_rng_init()
|
| /linux/include/linux/ |
| A D | tee_drv.h | 340 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags);
|
| /linux/ |
| A D | vmlinux.symvers | 10047 0x00000000 tee_shm_alloc vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 49059 ffff800010d1df40 T tee_shm_alloc
|
| A D | .tmp_System.map | 49059 ffff800010d1df40 T tee_shm_alloc
|
Completed in 314 milliseconds