Lines Matching refs:vm_area_struct
99 struct vm_area_struct *vma; in kobjsize()
123 int follow_pfn(struct vm_area_struct *vma, unsigned long address, in follow_pfn()
172 struct vm_area_struct *vma; in __vmalloc_user_flags()
352 int vm_insert_page(struct vm_area_struct *vma, unsigned long addr, in vm_insert_page()
359 int vm_map_pages(struct vm_area_struct *vma, struct page **pages, in vm_map_pages()
366 int vm_map_pages_zero(struct vm_area_struct *vma, struct page **pages, in vm_map_pages_zero()
552 static void add_vma_to_mm(struct mm_struct *mm, struct vm_area_struct *vma) in add_vma_to_mm()
554 struct vm_area_struct *pvma, *prev; in add_vma_to_mm()
579 pvma = rb_entry(parent, struct vm_area_struct, vm_rb); in add_vma_to_mm()
608 prev = rb_entry(rb_prev, struct vm_area_struct, vm_rb); in add_vma_to_mm()
616 static void delete_vma_from_mm(struct vm_area_struct *vma) in delete_vma_from_mm()
652 static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma) in delete_vma()
666 struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr) in find_vma()
668 struct vm_area_struct *vma; in find_vma()
694 struct vm_area_struct *find_extend_vma(struct mm_struct *mm, unsigned long addr) in find_extend_vma()
703 int expand_stack(struct vm_area_struct *vma, unsigned long address) in expand_stack()
712 static struct vm_area_struct *find_vma_exact(struct mm_struct *mm, in find_vma_exact()
716 struct vm_area_struct *vma; in find_vma_exact()
940 static int do_mmap_shared_file(struct vm_area_struct *vma) in do_mmap_shared_file()
961 static int do_mmap_private(struct vm_area_struct *vma, in do_mmap_private()
1064 struct vm_area_struct *vma; in do_mmap()
1338 int split_vma(struct mm_struct *mm, struct vm_area_struct *vma, in split_vma()
1341 struct vm_area_struct *new; in split_vma()
1402 struct vm_area_struct *vma, in shrink_vma()
1442 struct vm_area_struct *vma; in do_munmap()
1521 struct vm_area_struct *vma; in exit_mmap()
1555 struct vm_area_struct *vma; in do_mremap()
1599 struct page *follow_page(struct vm_area_struct *vma, unsigned long address, in follow_page()
1605 int remap_pfn_range(struct vm_area_struct *vma, unsigned long addr, in remap_pfn_range()
1616 int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len) in vm_iomap_memory()
1626 int remap_vmalloc_range(struct vm_area_struct *vma, void *addr, in remap_vmalloc_range()
1659 struct vm_area_struct *vma; in __access_remote_vm()
1743 struct vm_area_struct *vma; in nommu_shrink_inode_mappings()