Searched refs:tee_shm_alloc (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tee/ |
| H A D | tee_shm.c | 60 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); 145 return tee_shm_alloc(ctx, size, TEE_SHM_MAPPED); in tee_shm_alloc_kernel_buf()
|
| H A D | tee_core.c | 300 shm = tee_shm_alloc(ctx, data.size, TEE_SHM_MAPPED | TEE_SHM_DMA_BUF); in tee_ioctl_shm_alloc()
|
| /OK3568_Linux_fs/kernel/drivers/nvmem/ |
| H A D | rockchip-secure-otp.c | 101 device_shm = tee_shm_alloc(ctx, shm_size, in rockchip_read_oem_non_protected_otp() 204 device_shm = tee_shm_alloc(ctx, shm_size, in rockchip_write_oem_non_protected_otp()
|
| /OK3568_Linux_fs/kernel/drivers/tee/optee/ |
| H A D | device.c | 124 device_shm = tee_shm_alloc(ctx, shm_size, in __optee_enumerate_devices()
|
| H A D | rpc.c | 317 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 D | call.c | 183 shm = tee_shm_alloc(ctx, OPTEE_MSG_GET_ARG_SIZE(num_params), in get_msg_arg()
|
| H A D | core.c | 281 shm = tee_shm_alloc(ctx, sizeof(struct optee_msg_arg), in optee_release()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tee_drv.h | 335 struct tee_shm *tee_shm_alloc(struct tee_context *ctx, size_t size, u32 flags);
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | optee-rng.c | 148 entropy_shm_pool = tee_shm_alloc(pvt_data->ctx, MAX_ENTROPY_REQ_SZ, in optee_rng_init()
|