Home
last modified time | relevance | path

Searched defs:new_vma (Results 1 – 14 of 14) sorted by relevance

/linux/arch/powerpc/kernel/
H A Dvdso.c61 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma, in vdso_mremap()
74 static int vdso32_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso32_mremap()
79 static int vdso64_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso64_mremap()
/linux/arch/x86/entry/vdso/
H A Dvma.c76 struct vm_area_struct *new_vma) in vdso_fix_landing()
93 struct vm_area_struct *new_vma) in vdso_mremap()
/linux/mm/
H A Dmremap.c138 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes()
524 unsigned long *new_addr, struct vm_area_struct *new_vma, in try_realign_addr()
545 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables()
658 struct vm_area_struct *new_vma; in move_vma() local
H A Dmmap.c3433 struct vm_area_struct *new_vma, *prev; in copy_vma() local
3563 static int special_mapping_mremap(struct vm_area_struct *new_vma) in special_mapping_mremap()
H A Dhugetlb.c5587 move_hugetlb_page_tables(struct vm_area_struct * vma,struct vm_area_struct * new_vma,unsigned long old_addr,unsigned long new_addr,unsigned long len) move_hugetlb_page_tables() argument
/linux/arch/arm64/kernel/
H A Dvdso.c76 struct vm_area_struct *new_vma) in vdso_mremap()
246 struct vm_area_struct *new_vma) in aarch32_sigpage_mremap()
/linux/arch/loongarch/kernel/
H A Dvdso.c41 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso_mremap()
/linux/include/linux/
H A Dmm_inline.h387 struct vm_area_struct *new_vma) in dup_anon_vma_name()
418 struct vm_area_struct *new_vma) {} in dup_anon_vma_name()
H A Dhugetlb.h349 move_hugetlb_page_tables(struct vm_area_struct * vma,struct vm_area_struct * new_vma,unsigned long old_addr,unsigned long new_addr,unsigned long len) move_hugetlb_page_tables() argument
/linux/arch/arm/kernel/
H A Dvdso.c47 struct vm_area_struct *new_vma) in vdso_mremap()
H A Dprocess.c383 struct vm_area_struct *new_vma) in sigpage_mremap()
/linux/arch/riscv/kernel/
H A Dvdso.c53 struct vm_area_struct *new_vma) in vdso_mremap()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c215 struct panthor_vma *new_vma; member
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c2118 static struct xe_vma *new_vma(struct xe_vm *vm, struct drm_gpuva_op_map *op, in new_vma() function