Searched defs:dst_vma (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
D | userfaultfd.c | 30 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
|
D | memory.c | 700 pte_t *dst_pte, pte_t *src_pte, struct vm_area_struct *dst_vma, in copy_nonpresent_pte() 799 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page() 857 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte() 924 copy_pte_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pte_range() 1031 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pmd_range() 1068 copy_pud_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pud_range() 1105 copy_p4d_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_p4d_range() 1129 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_page_range()
|
D | shmem.c | 2353 struct vm_area_struct *dst_vma, in shmem_mfill_atomic_pte() 2486 struct vm_area_struct *dst_vma, in shmem_mcopy_atomic_pte() 2497 struct vm_area_struct *dst_vma, in shmem_mfill_zeropage_pte()
|
D | huge_memory.c | 1015 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_huge_pmd()
|
D | hugetlb.c | 4716 struct vm_area_struct *dst_vma, in hugetlb_mcopy_atomic_pte()
|
/kernel/linux/linux-5.10/include/linux/ |
D | shmem_fs.h | 132 #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
|
D | hugetlb.h | 313 struct vm_area_struct *dst_vma, in hugetlb_mcopy_atomic_pte()
|