Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/arch/x86/entry/vdso/
Dvma.c79 struct vm_area_struct *new_vma) in vdso_fix_landing()
96 struct vm_area_struct *new_vma) in vdso_mremap()
/linux-6.12.1/mm/
Dmremap.c138 struct vm_area_struct *new_vma, pmd_t *new_pmd, in move_ptes()
531 unsigned long *new_addr, struct vm_area_struct *new_vma, in try_realign_addr()
552 unsigned long old_addr, struct vm_area_struct *new_vma, in move_page_tables()
665 struct vm_area_struct *new_vma; in move_vma() local
Dvma.c1619 struct vm_area_struct *new_vma; in copy_vma() local
Dmmap.c2076 static int special_mapping_mremap(struct vm_area_struct *new_vma) in special_mapping_mremap()
Dhugetlb.c5422 struct vm_area_struct *new_vma, in move_hugetlb_page_tables()
/linux-6.12.1/arch/arm64/kernel/
Dvdso.c70 struct vm_area_struct *new_vma) in vdso_mremap()
240 struct vm_area_struct *new_vma) in aarch32_sigpage_mremap()
/linux-6.12.1/arch/loongarch/kernel/
Dvdso.c41 static int vdso_mremap(const struct vm_special_mapping *sm, struct vm_area_struct *new_vma) in vdso_mremap()
/linux-6.12.1/include/linux/
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()
Dhugetlb.h332 struct vm_area_struct *new_vma, in move_hugetlb_page_tables()
/linux-6.12.1/arch/arm/kernel/
Dvdso.c47 struct vm_area_struct *new_vma) in vdso_mremap()
Dprocess.c383 struct vm_area_struct *new_vma) in sigpage_mremap()
/linux-6.12.1/arch/riscv/kernel/
Dvdso.c53 struct vm_area_struct *new_vma) in vdso_mremap()
/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_mmu.c215 struct panthor_vma *new_vma; member
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_vm.c1982 static struct xe_vma *new_vma(struct xe_vm *vm, struct drm_gpuva_op_map *op, in new_vma() function