Searched refs:device_shm (Results 1 – 1 of 1) sorted by relevance
35 struct tee_shm *device_shm, u32 *shm_size) in get_devices() argument51 param[0].u.memref.shm = device_shm; in get_devices()96 struct tee_shm *device_shm = NULL; in optee_enumerate_devices() local125 device_shm = tee_shm_alloc(ctx, shm_size, in optee_enumerate_devices()127 if (IS_ERR(device_shm)) { in optee_enumerate_devices()129 rc = PTR_ERR(device_shm); in optee_enumerate_devices()133 rc = get_devices(ctx, sess_arg.session, device_shm, &shm_size); in optee_enumerate_devices()137 device_uuid = tee_shm_get_va(device_shm, 0); in optee_enumerate_devices()153 tee_shm_free(device_shm); in optee_enumerate_devices()