Home | History | Annotate | Download | only in CVE-2017-6262

Lines Matching refs:handle

65   return new_arg.info.handle;
70 uint32_t handle;
72 handle = nouveau_gem_ioctl_new(fd);
74 return handle;
77 static void nouveau_gem_ioctl_map(int fd, uint32_t handle)
82 map_arg.handle = handle;
103 uint32_t handle = get_gem_map_handle(fd);
105 nouveau_gem_ioctl_map(fd, handle);
106 nouveau_gem_ioctl_map(fd, handle);
107 nouveau_gem_ioctl_map(fd, handle);
108 nouveau_gem_ioctl_map(fd, handle);
109 nouveau_gem_ioctl_map(fd, handle);
110 nouveau_gem_ioctl_map(fd, handle);
111 nouveau_gem_ioctl_map(fd, handle);
112 nouveau_gem_ioctl_map(fd, handle);
113 nouveau_gem_ioctl_map(fd, handle);
114 nouveau_gem_ioctl_map(fd, handle);