Lines Matching defs:vma
61 struct vm_area_struct *vma; member
69 struct vm_area_struct *vma) in drm_io_prot()
94 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot()
117 struct vm_area_struct *vma = vmf->vma; in drm_vm_fault() local
206 struct vm_area_struct *vma = vmf->vma; in drm_vm_shm_fault() local
235 static void drm_vm_shm_close(struct vm_area_struct *vma) in drm_vm_shm_close()
306 struct vm_area_struct *vma = vmf->vma; in drm_vm_dma_fault() local
341 struct vm_area_struct *vma = vmf->vma; in drm_vm_sg_fault() local
395 struct vm_area_struct *vma) in drm_vm_open_locked()
410 static void drm_vm_open(struct vm_area_struct *vma) in drm_vm_open()
421 struct vm_area_struct *vma) in drm_vm_close_locked()
445 static void drm_vm_close(struct vm_area_struct *vma) in drm_vm_close()
465 static int drm_mmap_dma(struct file *filp, struct vm_area_struct *vma) in drm_mmap_dma()
528 static int drm_mmap_locked(struct file *filp, struct vm_area_struct *vma) in drm_mmap_locked()
642 int drm_legacy_mmap(struct file *filp, struct vm_area_struct *vma) in drm_legacy_mmap()
662 struct drm_vma_entry *vma, *vma_temp; in drm_legacy_vma_flush() local