Home
last modified time | relevance | path

Searched defs:dst_vma (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/mm/
Duserfaultfd.c30 struct vm_area_struct *dst_vma; in find_dst_vma() local
53 struct vm_area_struct *dst_vma, in mcopy_atomic_pte()
146 struct vm_area_struct *dst_vma, in mfill_zeropage_pte()
206 struct vm_area_struct *dst_vma, in __mcopy_atomic_hugetlb()
416 struct vm_area_struct *dst_vma, in mfill_atomic_pte()
465 struct vm_area_struct *dst_vma; in __mcopy_atomic() local
642 struct vm_area_struct *dst_vma; in mwriteprotect_range() local
Dmemory.c796 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page()
851 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte()
923 copy_pte_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pte_range()
1029 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pmd_range()
1066 copy_pud_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pud_range()
1103 copy_p4d_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_p4d_range()
1127 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_page_range()
Dshmem.c2362 struct vm_area_struct *dst_vma, in shmem_mfill_atomic_pte()
2485 struct vm_area_struct *dst_vma, in shmem_mcopy_atomic_pte()
2496 struct vm_area_struct *dst_vma, in shmem_mfill_zeropage_pte()
Dhugetlb.c4605 struct vm_area_struct *dst_vma, in hugetlb_mcopy_atomic_pte()
/Linux-v5.10/include/linux/
Dshmem_fs.h132 #define shmem_mcopy_atomic_pte(dst_mm, dst_pte, dst_vma, dst_addr, \ argument
134 #define shmem_mfill_zeropage_pte(dst_mm, dst_pmd, dst_vma, \ argument
Dhugetlb.h313 struct vm_area_struct *dst_vma, in hugetlb_mcopy_atomic_pte()