Searched refs:new_vma (Results 1 – 13 of 13) sorted by relevance
/linux/arch/powerpc/kernel/ |
A D | vdso.c | 60 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 D | mremap.c | 136 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 D | mmap.c | 3253 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 D | hugetlb.c | 4881 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 D | vma.c | 73 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 D | vdso.c | 82 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 D | vdso.c | 51 struct vm_area_struct *new_vma) in vdso_mremap() argument 53 current->mm->context.vdso = new_vma->vm_start; in vdso_mremap()
|
A D | process.c | 382 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 D | vdso.c | 62 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 D | hugetlb.h | 137 struct vm_area_struct *new_vma, 275 struct vm_area_struct *new_vma, in move_hugetlb_page_tables() argument
|
A D | mm_types.h | 858 struct vm_area_struct *new_vma);
|
A D | mm.h | 1984 unsigned long old_addr, struct vm_area_struct *new_vma,
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_gem.c | 914 new_vma: in i915_gem_object_ggtt_pin_ww() 931 goto new_vma; in i915_gem_object_ggtt_pin_ww()
|
Completed in 47 milliseconds