Lines Matching refs:vm_area_struct
323 struct vm_area_struct *vma;
631 extern unsigned long drm_vm_nopage(struct vm_area_struct *vma,
634 extern unsigned long drm_vm_shm_nopage(struct vm_area_struct *vma,
637 extern unsigned long drm_vm_shm_nopage_lock(struct vm_area_struct *vma,
640 extern unsigned long drm_vm_dma_nopage(struct vm_area_struct *vma,
645 extern struct page *drm_vm_nopage(struct vm_area_struct *vma,
648 extern struct page *drm_vm_shm_nopage(struct vm_area_struct *vma,
651 extern struct page *drm_vm_shm_nopage_lock(struct vm_area_struct *vma,
654 extern struct page *drm_vm_dma_nopage(struct vm_area_struct *vma,
658 extern void drm_vm_open(struct vm_area_struct *vma);
659 extern void drm_vm_close(struct vm_area_struct *vma);
661 struct vm_area_struct *vma);
662 extern int drm_mmap(struct file *filp, struct vm_area_struct *vma);