Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
H A Dvdso.c44 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma, in vdso_mremap()
57 static int vdso32_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso32_mremap()
62 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.c66 struct vm_area_struct *new_vma) in vdso_fix_landing()
81 struct vm_area_struct *new_vma) in vdso_mremap()
/linux/arch/arm64/kernel/
H A Dvdso.c61 struct vm_area_struct *new_vma) in vdso_mremap()
160 struct vm_area_struct *new_vma) in aarch32_sigpage_mremap()
/linux/arch/riscv/kernel/
H A Dvdso.c37 struct vm_area_struct *new_vma) in vdso_mremap()
/linux/arch/arm/kernel/
H A Dvdso.c38 struct vm_area_struct *new_vma) in vdso_mremap()
H A Dprocess.c383 struct vm_area_struct *new_vma) in sigpage_mremap()
/linux/mm/
H A Dmremap.c1189 struct vm_area_struct *new_vma; in copy_vma_and_data() local
1246 struct vm_area_struct *new_vma) in dontunmap_complete()
1269 struct vm_area_struct *new_vma; in move_vma() local
H A Dmmap.c1381 static int special_mapping_mremap(struct vm_area_struct *new_vma) in special_mapping_mremap()
1698 struct vm_area_struct *new_vma, in mmap_read_lock_maybe_expand()
H A Dvma.c1814 struct vm_area_struct *new_vma; in copy_vma() local
H A Dhugetlb.c5788 struct vm_area_struct *new_vma, in move_hugetlb_page_tables()
/linux/arch/x86/kernel/
H A Duprobes.c621 static int tramp_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in tramp_mremap()
/linux/include/linux/
H A Dhugetlb.h340 struct vm_area_struct *new_vma, in move_hugetlb_page_tables()
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_mmu.c217 struct panthor_vma *new_vma; member
/linux/kernel/events/
H A Duprobes.c1686 static int xol_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in xol_mremap()
/linux/tools/testing/vma/
H A Dvma_internal.h1317 struct vm_area_struct *new_vma) in dup_anon_vma_name()
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c2373 static struct xe_vma *new_vma(struct xe_vm *vm, struct drm_gpuva_op_map *op, in new_vma() function