Lines Matching defs:vma
59 static pmd_t *alloc_new_pmd(struct mm_struct *mm, struct vm_area_struct *vma, in alloc_new_pmd()
84 static void take_rmap_locks(struct vm_area_struct *vma) in take_rmap_locks()
92 static void drop_rmap_locks(struct vm_area_struct *vma) in drop_rmap_locks()
115 static void move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, in move_ptes()
195 static bool move_normal_pmd(struct vm_area_struct *vma, unsigned long old_addr, in move_normal_pmd()
240 unsigned long move_page_tables(struct vm_area_struct *vma, in move_page_tables()
318 static unsigned long move_vma(struct vm_area_struct *vma, in move_vma()
437 struct vm_area_struct *vma = find_vma(mm, addr); in vma_to_resize() local
505 struct vm_area_struct *vma; in mremap_to() local
575 static int vma_expandable(struct vm_area_struct *vma, unsigned long delta) in vma_expandable()
600 struct vm_area_struct *vma; in SYSCALL_DEFINE5() local