Searched refs:device_shm (Results 1 – 1 of 1) sorted by relevance
23 struct tee_shm *device_shm, u32 *shm_size, in get_devices() argument39 param[0].u.memref.shm = device_shm; in get_devices()87 struct tee_shm *device_shm = NULL; in __optee_enumerate_devices() local116 device_shm = tee_shm_alloc(ctx, shm_size, in __optee_enumerate_devices()118 if (IS_ERR(device_shm)) { in __optee_enumerate_devices()120 rc = PTR_ERR(device_shm); in __optee_enumerate_devices()124 rc = get_devices(ctx, sess_arg.session, device_shm, &shm_size, func); in __optee_enumerate_devices()128 device_uuid = tee_shm_get_va(device_shm, 0); in __optee_enumerate_devices()144 tee_shm_free(device_shm); in __optee_enumerate_devices()