Lines Matching defs:mmap
176 * @mmap:
178 * Handle mmap() of the gem object, setup vma accordingly.
183 * drm_gem_prime_mmap(). When @mmap is present @vm_ops is not
184 * used, the @mmap callback must set vma->vm_ops instead.
186 int (*mmap)(struct drm_gem_object *obj, struct vm_area_struct *vma);
214 * Virtual memory operations used with mmap.
216 * This is optional but necessary for mmap support.
260 * mostly around handling mmap and userspace handles.
307 * Mapping info for this object to support mmap. Drivers are supposed to
308 * allocate the mmap offset using drm_gem_create_mmap_offset(). The
441 .mmap = drm_gem_mmap