Home
last modified time | relevance | path

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

/linux-6.14.4/arch/powerpc/kernel/
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-6.14.4/arch/x86/entry/vdso/
Dvma.c74 struct vm_area_struct *new_vma) in vdso_fix_landing()
91 struct vm_area_struct *new_vma) in vdso_mremap()
/linux-6.14.4/mm/
Dmremap.c138 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes()
570 unsigned long *new_addr, struct vm_area_struct *new_vma, in try_realign_addr()
591 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables()
704 struct vm_area_struct *new_vma; in move_vma() local
Dmmap.c1426 static int special_mapping_mremap(struct vm_area_struct *new_vma) in special_mapping_mremap()
1771 struct vm_area_struct *new_vma, in mmap_read_lock_maybe_expand()
Dvma.c1745 struct vm_area_struct *new_vma; in copy_vma() local
Dhugetlb.c5482 struct vm_area_struct *new_vma, in move_hugetlb_page_tables()
/linux-6.14.4/arch/arm64/kernel/
Dvdso.c67 struct vm_area_struct *new_vma) in vdso_mremap()
239 struct vm_area_struct *new_vma) in aarch32_sigpage_mremap()
/linux-6.14.4/arch/loongarch/kernel/
Dvdso.c40 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso_mremap()
/linux-6.14.4/include/linux/
Dmm_inline.h408 struct vm_area_struct *new_vma) in dup_anon_vma_name()
439 struct vm_area_struct *new_vma) {} in dup_anon_vma_name()
Dhugetlb.h332 struct vm_area_struct *new_vma, in move_hugetlb_page_tables()
/linux-6.14.4/arch/arm/kernel/
Dvdso.c46 struct vm_area_struct *new_vma) in vdso_mremap()
Dprocess.c383 struct vm_area_struct *new_vma) in sigpage_mremap()
/linux-6.14.4/arch/riscv/kernel/
Dvdso.c46 struct vm_area_struct *new_vma) in vdso_mremap()
/linux-6.14.4/drivers/gpu/drm/panthor/
Dpanthor_mmu.c215 struct panthor_vma *new_vma; member
/linux-6.14.4/kernel/events/
Duprobes.c1670 static int xol_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in xol_mremap()
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_vm.c2038 static struct xe_vma *new_vma(struct xe_vm *vm, struct drm_gpuva_op_map *op, in new_vma() function