Lines Matching refs:vm_area_struct
53 static pmd_t *alloc_new_pmd(struct mm_struct *mm, struct vm_area_struct *vma, in alloc_new_pmd()
89 static void move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, in move_ptes()
91 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes()
163 unsigned long move_page_tables(struct vm_area_struct *vma, in move_page_tables()
164 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables()
236 static unsigned long move_vma(struct vm_area_struct *vma, in move_vma()
241 struct vm_area_struct *new_vma; in move_vma()
344 static struct vm_area_struct *vma_to_resize(unsigned long addr, in vma_to_resize()
348 struct vm_area_struct *vma = find_vma(mm, addr); in vma_to_resize()
399 struct vm_area_struct *vma; in mremap_to()
451 static int vma_expandable(struct vm_area_struct *vma, unsigned long delta) in vma_expandable()
476 struct vm_area_struct *vma; in SYSCALL_DEFINE5()