Lines Matching defs:vma
50 struct vm_area_struct *vma; member
58 struct vm_area_struct *vma) in drm_io_prot()
82 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot()
105 struct vm_area_struct *vma = vmf->vma; in drm_vm_fault() local
194 struct vm_area_struct *vma = vmf->vma; in drm_vm_shm_fault() local
223 static void drm_vm_shm_close(struct vm_area_struct *vma) in drm_vm_shm_close()
296 struct vm_area_struct *vma = vmf->vma; in drm_vm_dma_fault() local
331 struct vm_area_struct *vma = vmf->vma; in drm_vm_sg_fault() local
385 struct vm_area_struct *vma) in drm_vm_open_locked()
400 static void drm_vm_open(struct vm_area_struct *vma) in drm_vm_open()
411 struct vm_area_struct *vma) in drm_vm_close_locked()
435 static void drm_vm_close(struct vm_area_struct *vma) in drm_vm_close()
455 static int drm_mmap_dma(struct file *filp, struct vm_area_struct *vma) in drm_mmap_dma()
518 static int drm_mmap_locked(struct file *filp, struct vm_area_struct *vma) in drm_mmap_locked()
632 int drm_legacy_mmap(struct file *filp, struct vm_area_struct *vma) in drm_legacy_mmap()
651 struct drm_vma_entry *vma, *vma_temp; in drm_legacy_vma_flush() local