Lines Matching refs:vma
380 static void videobuf_vm_open(struct vm_area_struct *vma) in videobuf_vm_open() argument
382 struct videobuf_mapping *map = vma->vm_private_data; in videobuf_vm_open()
385 map->count, vma->vm_start, vma->vm_end); in videobuf_vm_open()
390 static void videobuf_vm_close(struct vm_area_struct *vma) in videobuf_vm_close() argument
392 struct videobuf_mapping *map = vma->vm_private_data; in videobuf_vm_close()
398 map->count, vma->vm_start, vma->vm_end); in videobuf_vm_close()
432 struct vm_area_struct *vma = vmf->vma; in videobuf_vm_fault() local
436 vmf->address, vma->vm_start, vma->vm_end); in videobuf_vm_fault()
586 struct vm_area_struct *vma) in __videobuf_mmap_mapper() argument
609 (vma->vm_pgoff << PAGE_SHIFT)); in __videobuf_mmap_mapper()
626 q->bufs[i]->baddr = vma->vm_start + size; in __videobuf_mmap_mapper()
632 vma->vm_ops = &videobuf_vm_ops; in __videobuf_mmap_mapper()
634 vm_flags_mod(vma, VM_DONTEXPAND | VM_DONTDUMP, VM_IO); in __videobuf_mmap_mapper()
635 vma->vm_private_data = map; in __videobuf_mmap_mapper()
637 map, q, vma->vm_start, vma->vm_end, vma->vm_pgoff, first, last); in __videobuf_mmap_mapper()