Searched defs:src_vma (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/mm/ |
D | memory.c | 787 struct vm_area_struct *src_vma, unsigned long addr, int *rss) in copy_nonpresent_pte() 905 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page() 942 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte() 1018 copy_pte_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pte_range() 1142 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pmd_range() 1179 copy_pud_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pud_range() 1216 copy_p4d_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_p4d_range() 1245 vma_needs_copy(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in vma_needs_copy() 1272 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_page_range()
|
D | huge_memory.c | 1077 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_huge_pmd()
|
D | hugetlb.c | 4953 struct vm_area_struct *src_vma) in copy_hugetlb_page_range()
|
/linux-6.1.9/include/linux/ |
D | hugetlb.h | 294 struct vm_area_struct *src_vma) in copy_hugetlb_page_range()
|