Searched refs:new_vma (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/arch/x86/entry/vdso/ |
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 92 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap() 98 vdso_fix_landing(image, new_vma); in vdso_mremap() 99 current->mm->context.vdso = (void __user *)new_vma->vm_start; in vdso_mremap() 105 struct vm_area_struct *new_vma) in vvar_mremap() argument 107 const struct vdso_image *image = new_vma->vm_mm->context.vdso_image; in vvar_mremap() 108 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vvar_mremap()
|
/Linux-v5.10/arch/arm64/kernel/ |
D | vdso.c | 83 struct vm_area_struct *new_vma) in __vdso_remap() argument 85 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in __vdso_remap() 92 current->mm->context.vdso = (void *)new_vma->vm_start; in __vdso_remap() 223 struct vm_area_struct *new_vma) in vvar_mremap() argument 225 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vvar_mremap() 284 struct vm_area_struct *new_vma) in aarch32_vdso_mremap() argument 286 return __vdso_remap(VDSO_ABI_AA32, sm, new_vma); in aarch32_vdso_mremap() 457 struct vm_area_struct *new_vma) in vdso_mremap() argument 459 return __vdso_remap(VDSO_ABI_AA64, sm, new_vma); in vdso_mremap()
|
/Linux-v5.10/mm/ |
D | mremap.c | 117 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes() argument 178 pte = move_pte(pte, new_vma->vm_page_prot, old_addr, new_addr); in move_ptes() 255 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables() argument 321 if (pte_alloc(new_vma->vm_mm, new_pmd)) in move_page_tables() 323 move_ptes(vma, old_pmd, old_addr, old_addr + extent, new_vma, in move_page_tables() 339 struct vm_area_struct *new_vma; in move_vma() local 369 new_vma = copy_vma(&vma, new_addr, new_len, new_pgoff, in move_vma() 371 if (!new_vma) in move_vma() 374 moved_len = move_page_tables(vma, old_addr, new_vma, new_addr, old_len, in move_vma() 379 err = vma->vm_ops->mremap(new_vma); in move_vma() [all …]
|
D | mmap.c | 3285 struct vm_area_struct *new_vma, *prev; in copy_vma() local 3300 new_vma = vma_merge(mm, prev, addr, addr + len, vma->vm_flags, in copy_vma() 3303 if (new_vma) { in copy_vma() 3307 if (unlikely(vma_start >= new_vma->vm_start && in copy_vma() 3308 vma_start < new_vma->vm_end)) { in copy_vma() 3321 VM_BUG_ON_VMA(faulted_in_anon_vma, new_vma); in copy_vma() 3322 *vmap = vma = new_vma; in copy_vma() 3324 *need_rmap_locks = (new_vma->vm_pgoff <= vma->vm_pgoff); in copy_vma() 3326 new_vma = vm_area_dup(vma); in copy_vma() 3327 if (!new_vma) in copy_vma() [all …]
|
/Linux-v5.10/arch/arm/kernel/ |
D | vdso.c | 51 struct vm_area_struct *new_vma) in vdso_mremap() argument 53 unsigned long new_size = new_vma->vm_end - new_vma->vm_start; in vdso_mremap() 62 current->mm->context.vdso = new_vma->vm_start; in vdso_mremap()
|
D | process.c | 389 struct vm_area_struct *new_vma) in sigpage_mremap() argument 391 current->mm->context.sigpage = new_vma->vm_start; in sigpage_mremap()
|
/Linux-v5.10/include/linux/ |
D | mm_types.h | 769 struct vm_area_struct *new_vma);
|
D | mm.h | 1828 unsigned long old_addr, struct vm_area_struct *new_vma,
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | i915_gem.c | 989 new_vma: in i915_gem_object_ggtt_pin_ww() 1006 goto new_vma; in i915_gem_object_ggtt_pin_ww()
|