Lines Matching refs:shm
82 struct tee_shm *shm = pvt_data->shm;
106 .shm = shm,
112 temp_buf = tee_shm_get_va(shm, 0);
124 .shm = shm,
138 temp_buf = tee_shm_get_va(shm, command_params[1].u.memref.shm_offs);
257 pvt_data->shm = tee_shm_alloc_kernel_buf(pvt_data->ctx,
260 if (IS_ERR(pvt_data->shm)) {
290 tee_shm_free(pvt_data->shm);
324 tee_shm_free(pvt_data->shm);
352 tee_shm_free(pvt_data->shm);