Lines Matching refs:vm_area_struct
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()
117 struct vm_area_struct *new_vma, pmd_t *new_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()
241 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables()
319 static unsigned long move_vma(struct vm_area_struct *vma, in move_vma()
326 struct vm_area_struct *new_vma; in move_vma()
434 static struct vm_area_struct *vma_to_resize(unsigned long addr, in vma_to_resize()
438 struct vm_area_struct *vma = find_vma(mm, addr); in vma_to_resize()
506 struct vm_area_struct *vma; in mremap_to()
576 static int vma_expandable(struct vm_area_struct *vma, unsigned long delta) in vma_expandable()
601 struct vm_area_struct *vma; in SYSCALL_DEFINE5()