Lines Matching refs:vm_area_struct
52 static pmd_t *alloc_new_pmd(struct mm_struct *mm, struct vm_area_struct *vma, in alloc_new_pmd()
88 static void move_ptes(struct vm_area_struct *vma, pmd_t *old_pmd, in move_ptes()
90 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes()
162 unsigned long move_page_tables(struct vm_area_struct *vma, in move_page_tables()
163 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables()
235 static unsigned long move_vma(struct vm_area_struct *vma, in move_vma()
240 struct vm_area_struct *new_vma; in move_vma()
341 static struct vm_area_struct *vma_to_resize(unsigned long addr, in vma_to_resize()
345 struct vm_area_struct *vma = find_vma(mm, addr); in vma_to_resize()
395 struct vm_area_struct *vma; in mremap_to()
452 static int vma_expandable(struct vm_area_struct *vma, unsigned long delta) in vma_expandable()
477 struct vm_area_struct *vma; in SYSCALL_DEFINE5()