Lines Matching refs:vm_area_struct

121 		struct vm_area_struct *vma;  in kobjsize()
138 struct vm_area_struct **vmas, int *nonblocking) in __get_user_pages()
140 struct vm_area_struct *vma; in __get_user_pages()
188 struct vm_area_struct **vmas) in get_user_pages()
245 int follow_pfn(struct vm_area_struct *vma, unsigned long address, in follow_pfn()
281 struct vm_area_struct *vma; in vmalloc_user()
515 int vm_insert_page(struct vm_area_struct *vma, unsigned long addr, in vm_insert_page()
698 static void protect_vma(struct vm_area_struct *vma, unsigned long flags) in protect_vma()
717 static void add_vma_to_mm(struct mm_struct *mm, struct vm_area_struct *vma) in add_vma_to_mm()
719 struct vm_area_struct *pvma, *prev; in add_vma_to_mm()
746 pvma = rb_entry(parent, struct vm_area_struct, vm_rb); in add_vma_to_mm()
775 prev = rb_entry(rb_prev, struct vm_area_struct, vm_rb); in add_vma_to_mm()
783 static void delete_vma_from_mm(struct vm_area_struct *vma) in delete_vma_from_mm()
827 static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma) in delete_vma()
841 struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr) in find_vma()
843 struct vm_area_struct *vma; in find_vma()
869 struct vm_area_struct *find_extend_vma(struct mm_struct *mm, unsigned long addr) in find_extend_vma()
878 int expand_stack(struct vm_area_struct *vma, unsigned long address) in expand_stack()
887 static struct vm_area_struct *find_vma_exact(struct mm_struct *mm, in find_vma_exact()
891 struct vm_area_struct *vma; in find_vma_exact()
1118 static int do_mmap_shared_file(struct vm_area_struct *vma) in do_mmap_shared_file()
1139 static int do_mmap_private(struct vm_area_struct *vma, in do_mmap_private()
1245 struct vm_area_struct *vma; in do_mmap()
1512 int split_vma(struct mm_struct *mm, struct vm_area_struct *vma, in split_vma()
1515 struct vm_area_struct *new; in split_vma()
1577 struct vm_area_struct *vma, in shrink_vma()
1617 struct vm_area_struct *vma; in do_munmap()
1697 struct vm_area_struct *vma; in exit_mmap()
1731 struct vm_area_struct *vma; in do_mremap()
1775 struct page *follow_page_mask(struct vm_area_struct *vma, in follow_page_mask()
1783 int remap_pfn_range(struct vm_area_struct *vma, unsigned long addr, in remap_pfn_range()
1794 int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len) in vm_iomap_memory()
1804 int remap_vmalloc_range(struct vm_area_struct *vma, void *addr, in remap_vmalloc_range()
1926 int filemap_fault(struct vm_area_struct *vma, struct vm_fault *vmf) in filemap_fault()
1933 void filemap_map_pages(struct vm_area_struct *vma, struct vm_fault *vmf) in filemap_map_pages()
1942 struct vm_area_struct *vma; in __access_remote_vm()
2022 struct vm_area_struct *vma; in nommu_shrink_inode_mappings()