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() 148 struct vm_area_struct *dst_vma, in mfill_zeropage_pte() 208 struct vm_area_struct *dst_vma, in __mcopy_atomic_hugetlb() 418 struct vm_area_struct *dst_vma, in mfill_atomic_pte() 467 struct vm_area_struct *dst_vma; in __mcopy_atomic() local 645 struct vm_area_struct *dst_vma; in mwriteprotect_range() local
|
D | memory.c | 701 pte_t *dst_pte, pte_t *src_pte, struct vm_area_struct *dst_vma, in copy_nonpresent_pte() 800 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page() 869 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte() 936 copy_pte_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pte_range() 1043 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pmd_range() 1080 copy_pud_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pud_range() 1117 copy_p4d_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_p4d_range() 1141 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 | 4717 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()
|