Searched refs:new_vma (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/mm/ |
D | mremap.c | 91 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes() argument 145 pte = move_pte(pte, new_vma->vm_page_prot, old_addr, new_addr); in move_ptes() 164 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables() argument 202 err = move_huge_pmd(vma, new_vma, old_addr, in move_page_tables() 216 if (pmd_none(*new_pmd) && __pte_alloc(new_vma->vm_mm, new_vma, in move_page_tables() 225 new_vma, new_pmd, new_addr, need_rmap_locks); in move_page_tables() 241 struct vm_area_struct *new_vma; in move_vma() local 271 new_vma = copy_vma(&vma, new_addr, new_len, new_pgoff, in move_vma() 273 if (!new_vma) in move_vma() 276 moved_len = move_page_tables(vma, old_addr, new_vma, new_addr, old_len, in move_vma() [all …]
|
D | mmap.c | 2934 struct vm_area_struct *new_vma, *prev; in copy_vma() local 2949 new_vma = vma_merge(mm, prev, addr, addr + len, vma->vm_flags, in copy_vma() 2952 if (new_vma) { in copy_vma() 2956 if (unlikely(vma_start >= new_vma->vm_start && in copy_vma() 2957 vma_start < new_vma->vm_end)) { in copy_vma() 2970 VM_BUG_ON_VMA(faulted_in_anon_vma, new_vma); in copy_vma() 2971 *vmap = vma = new_vma; in copy_vma() 2973 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma() 2975 new_vma = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in copy_vma() 2976 if (!new_vma) in copy_vma() [all …]
|
D | huge_memory.c | 1496 int move_huge_pmd(struct vm_area_struct *vma, struct vm_area_struct *new_vma, in move_huge_pmd() argument 1510 (new_vma->vm_flags & VM_NOHUGEPAGE)) in move_huge_pmd()
|
/linux-4.4.14/include/linux/ |
D | huge_mm.h | 29 struct vm_area_struct *new_vma,
|
D | mm.h | 1318 unsigned long old_addr, struct vm_area_struct *new_vma,
|