Home
last modified time | relevance | path

Searched refs:new_vma (Results 1 – 13 of 13) sorted by relevance

/linux/arch/powerpc/kernel/
A Dvdso.c60 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma, in vdso_mremap() argument
63 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap()
68 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap()
73 static int vdso32_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso32_mremap() argument
75 return vdso_mremap(sm, new_vma, &vdso32_end - &vdso32_start); in vdso32_mremap()
78 static int vdso64_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso64_mremap() argument
80 return vdso_mremap(sm, new_vma, &vdso64_end - &vdso64_start); in vdso64_mremap()
/linux/mm/
A Dmremap.c136 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes() argument
480 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables() argument
493 return move_hugetlb_page_tables(vma, new_vma, old_addr, in move_page_tables()
555 if (pte_alloc(new_vma->vm_mm, new_pmd)) in move_page_tables()
574 struct vm_area_struct *new_vma; in move_vma() local
621 new_vma = copy_vma(&vma, new_addr, new_len, new_pgoff, in move_vma()
623 if (!new_vma) { in move_vma()
634 err = vma->vm_ops->mremap(new_vma); in move_vma()
645 vma = new_vma; in move_vma()
650 mremap_userfaultfd_prep(new_vma, uf); in move_vma()
[all …]
A Dmmap.c3253 if (new_vma) { in copy_vma()
3272 *vmap = vma = new_vma; in copy_vma()
3276 new_vma = vm_area_dup(vma); in copy_vma()
3277 if (!new_vma) in copy_vma()
3279 new_vma->vm_start = addr; in copy_vma()
3281 new_vma->vm_pgoff = pgoff; in copy_vma()
3286 if (new_vma->vm_file) in copy_vma()
3288 if (new_vma->vm_ops && new_vma->vm_ops->open) in copy_vma()
3289 new_vma->vm_ops->open(new_vma); in copy_vma()
3293 return new_vma; in copy_vma()
[all …]
A Dhugetlb.c4881 struct vm_area_struct *new_vma, in move_hugetlb_page_tables() argument
4916 dst_pte = huge_pte_alloc(mm, new_vma, new_addr, sz); in move_hugetlb_page_tables()
/linux/arch/x86/entry/vdso/
A Dvma.c73 struct vm_area_struct *new_vma) in vdso_fix_landing() argument
84 regs->ip = new_vma->vm_start + vdso_land; in vdso_fix_landing()
90 struct vm_area_struct *new_vma) in vdso_mremap() argument
94 vdso_fix_landing(image, new_vma); in vdso_mremap()
95 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap()
/linux/arch/arm64/kernel/
A Dvdso.c82 struct vm_area_struct *new_vma) in vdso_mremap() argument
84 current->mm->context.vdso = (void *)new_vma->vm_start; in vdso_mremap()
275 struct vm_area_struct *new_vma) in aarch32_sigpage_mremap() argument
277 current->mm->context.sigpage = (void *)new_vma->vm_start; in aarch32_sigpage_mremap()
/linux/arch/arm/kernel/
A Dvdso.c51 struct vm_area_struct *new_vma) in vdso_mremap() argument
53 current->mm->context.vdso = new_vma->vm_start; in vdso_mremap()
A Dprocess.c382 struct vm_area_struct *new_vma) in sigpage_mremap() argument
384 current->mm->context.sigpage = new_vma->vm_start; in sigpage_mremap()
/linux/arch/riscv/kernel/
A Dvdso.c62 struct vm_area_struct *new_vma) in vdso_mremap() argument
64 current->mm->context.vdso = (void *)new_vma->vm_start; in vdso_mremap()
/linux/include/linux/
A Dhugetlb.h137 struct vm_area_struct *new_vma,
275 struct vm_area_struct *new_vma, in move_hugetlb_page_tables() argument
A Dmm_types.h858 struct vm_area_struct *new_vma);
A Dmm.h1984 unsigned long old_addr, struct vm_area_struct *new_vma,
/linux/drivers/gpu/drm/i915/
A Di915_gem.c914 new_vma: in i915_gem_object_ggtt_pin_ww()
931 goto new_vma; in i915_gem_object_ggtt_pin_ww()

Completed in 47 milliseconds