Searched refs:new_vma (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/mm/ |
D | mremap.c | 90 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes() argument 144 pte = move_pte(pte, new_vma->vm_page_prot, old_addr, new_addr); in move_ptes() 163 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables() argument 201 err = move_huge_pmd(vma, new_vma, old_addr, in move_page_tables() 215 if (pmd_none(*new_pmd) && __pte_alloc(new_vma->vm_mm, new_vma, in move_page_tables() 224 new_vma, new_pmd, new_addr, need_rmap_locks); in move_page_tables() 240 struct vm_area_struct *new_vma; in move_vma() local 270 new_vma = copy_vma(&vma, new_addr, new_len, new_pgoff, in move_vma() 272 if (!new_vma) in move_vma() 275 moved_len = move_page_tables(vma, old_addr, new_vma, new_addr, old_len, in move_vma() [all …]
|
D | mmap.c | 2919 struct vm_area_struct *new_vma, *prev; in copy_vma() local 2934 new_vma = vma_merge(mm, prev, addr, addr + len, vma->vm_flags, in copy_vma() 2936 if (new_vma) { in copy_vma() 2940 if (unlikely(vma_start >= new_vma->vm_start && in copy_vma() 2941 vma_start < new_vma->vm_end)) { in copy_vma() 2954 VM_BUG_ON_VMA(faulted_in_anon_vma, new_vma); in copy_vma() 2955 *vmap = vma = new_vma; in copy_vma() 2957 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma() 2959 new_vma = kmem_cache_alloc(vm_area_cachep, GFP_KERNEL); in copy_vma() 2960 if (new_vma) { in copy_vma() [all …]
|
D | huge_memory.c | 1427 int move_huge_pmd(struct vm_area_struct *vma, struct vm_area_struct *new_vma, in move_huge_pmd() argument 1441 (new_vma->vm_flags & VM_NOHUGEPAGE)) in move_huge_pmd()
|
/linux-4.1.27/include/linux/ |
D | huge_mm.h | 29 struct vm_area_struct *new_vma,
|
D | mm.h | 1282 unsigned long old_addr, struct vm_area_struct *new_vma,
|