Lines Matching refs:vm_area_struct
59 struct vm_area_struct *vma;
63 static void drm_vm_open(struct vm_area_struct *vma);
64 static void drm_vm_close(struct vm_area_struct *vma);
67 struct vm_area_struct *vma) in drm_io_prot()
89 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) in drm_dma_prot()
112 struct vm_area_struct *vma = vmf->vma; in drm_vm_fault()
201 struct vm_area_struct *vma = vmf->vma; in drm_vm_shm_fault()
230 static void drm_vm_shm_close(struct vm_area_struct *vma) in drm_vm_shm_close()
301 struct vm_area_struct *vma = vmf->vma; in drm_vm_dma_fault()
336 struct vm_area_struct *vma = vmf->vma; in drm_vm_sg_fault()
390 struct vm_area_struct *vma) in drm_vm_open_locked()
405 static void drm_vm_open(struct vm_area_struct *vma) in drm_vm_open()
416 struct vm_area_struct *vma) in drm_vm_close_locked()
440 static void drm_vm_close(struct vm_area_struct *vma) in drm_vm_close()
460 static int drm_mmap_dma(struct file *filp, struct vm_area_struct *vma) in drm_mmap_dma()
523 static int drm_mmap_locked(struct file *filp, struct vm_area_struct *vma) in drm_mmap_locked()
637 int drm_legacy_mmap(struct file *filp, struct vm_area_struct *vma) in drm_legacy_mmap()