• Home
  • Raw
  • Download

Lines Matching refs:vm_area_struct

100 		struct vm_area_struct *vma;  in kobjsize()
124 int follow_pfn(struct vm_area_struct *vma, unsigned long address, in follow_pfn()
164 struct vm_area_struct *vma; in vmalloc_user()
386 int vm_insert_page(struct vm_area_struct *vma, unsigned long addr, in vm_insert_page()
393 int vm_map_pages(struct vm_area_struct *vma, struct page **pages, in vm_map_pages()
400 int vm_map_pages_zero(struct vm_area_struct *vma, struct page **pages, in vm_map_pages_zero()
586 static void add_vma_to_mm(struct mm_struct *mm, struct vm_area_struct *vma) in add_vma_to_mm()
588 struct vm_area_struct *pvma, *prev; in add_vma_to_mm()
613 pvma = rb_entry(parent, struct vm_area_struct, vm_rb); in add_vma_to_mm()
642 prev = rb_entry(rb_prev, struct vm_area_struct, vm_rb); in add_vma_to_mm()
650 static void delete_vma_from_mm(struct vm_area_struct *vma) in delete_vma_from_mm()
692 static void delete_vma(struct mm_struct *mm, struct vm_area_struct *vma) in delete_vma()
706 struct vm_area_struct *find_vma(struct mm_struct *mm, unsigned long addr) in find_vma()
708 struct vm_area_struct *vma; in find_vma()
734 struct vm_area_struct *find_extend_vma(struct mm_struct *mm, unsigned long addr) in find_extend_vma()
743 int expand_stack(struct vm_area_struct *vma, unsigned long address) in expand_stack()
752 static struct vm_area_struct *find_vma_exact(struct mm_struct *mm, in find_vma_exact()
756 struct vm_area_struct *vma; in find_vma_exact()
983 static int do_mmap_shared_file(struct vm_area_struct *vma) in do_mmap_shared_file()
1004 static int do_mmap_private(struct vm_area_struct *vma, in do_mmap_private()
1108 struct vm_area_struct *vma; in do_mmap()
1383 int split_vma(struct mm_struct *mm, struct vm_area_struct *vma, in split_vma()
1386 struct vm_area_struct *new; in split_vma()
1447 struct vm_area_struct *vma, in shrink_vma()
1487 struct vm_area_struct *vma; in do_munmap()
1567 struct vm_area_struct *vma; in exit_mmap()
1601 struct vm_area_struct *vma; in do_mremap()
1645 struct page *follow_page(struct vm_area_struct *vma, unsigned long address, in follow_page()
1651 int remap_pfn_range(struct vm_area_struct *vma, unsigned long addr, in remap_pfn_range()
1662 int vm_iomap_memory(struct vm_area_struct *vma, phys_addr_t start, unsigned long len) in vm_iomap_memory()
1672 int remap_vmalloc_range(struct vm_area_struct *vma, void *addr, in remap_vmalloc_range()
1710 struct vm_area_struct *vma; in __access_remote_vm()
1794 struct vm_area_struct *vma; in nommu_shrink_inode_mappings()