Home
last modified time | relevance | path

Searched defs:new_vma (Results 1 – 12 of 12) 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/arm64/kernel/
H A Dvdso.c61 struct vm_area_struct *new_vma) in vdso_mremap()
158 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.c1272 struct vm_area_struct *new_vma; in copy_vma_and_data() local
1330 struct vm_area_struct *new_vma) in dontunmap_complete()
1364 struct vm_area_struct *new_vma; in move_vma() local
H A Dvma.c1951 struct vm_area_struct *new_vma; in copy_vma() local
H A Dhugetlb.c5143 struct vm_area_struct *new_vma, in move_hugetlb_page_tables()
/linux/tools/testing/vma/include/
H A Dstubs.h76 struct vm_area_struct *new_vma) in dup_anon_vma_name() argument
/linux/arch/x86/kernel/
H A Duprobes.c615 static int tramp_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in tramp_mremap()
/linux/kernel/events/
H A Duprobes.c1689 static int xol_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in xol_mremap()
/linux/drivers/gpu/drm/xe/
H A Dxe_vm.c2587 static struct xe_vma *new_vma(struct xe_vm *vm, struct drm_gpuva_op_map *op, in new_vma() function