device_shm         35 drivers/tee/optee/device.c 		       struct tee_shm *device_shm, u32 *shm_size)
device_shm         51 drivers/tee/optee/device.c 	param[0].u.memref.shm = device_shm;
device_shm         96 drivers/tee/optee/device.c 	struct tee_shm *device_shm = NULL;
device_shm        125 drivers/tee/optee/device.c 	device_shm = tee_shm_alloc(ctx, shm_size,
device_shm        127 drivers/tee/optee/device.c 	if (IS_ERR(device_shm)) {
device_shm        129 drivers/tee/optee/device.c 		rc = PTR_ERR(device_shm);
device_shm        133 drivers/tee/optee/device.c 	rc = get_devices(ctx, sess_arg.session, device_shm, &shm_size);
device_shm        137 drivers/tee/optee/device.c 	device_uuid = tee_shm_get_va(device_shm, 0);
device_shm        153 drivers/tee/optee/device.c 	tee_shm_free(device_shm);