Searched refs:src_vma (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/mm/ |
| D | memory.c | 702 struct vm_area_struct *src_vma, unsigned long addr, int *rss) in copy_nonpresent_pte() argument 800 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page() argument 804 struct mm_struct *src_mm = src_vma->vm_mm; in copy_present_page() 807 if (!is_cow_mapping(src_vma->vm_flags)) in copy_present_page() 848 copy_user_highpage(new_page, page, addr, 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() argument 873 struct mm_struct *src_mm = src_vma->vm_mm; in copy_present_pte() 874 unsigned long vm_flags = src_vma->vm_flags; in copy_present_pte() 878 page = vm_normal_page(src_vma, addr, pte); in copy_present_pte() 882 retval = copy_present_page(dst_vma, src_vma, dst_pte, src_pte, in copy_present_pte() [all …]
|
| D | huge_memory.c | 1015 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_huge_pmd() argument 1092 if (unlikely(is_cow_mapping(src_vma->vm_flags) && in copy_huge_pmd() 1098 __split_huge_pmd(src_vma, src_pmd, addr, false, NULL); in copy_huge_pmd()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | huge_mm.h | 13 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma);
|
| D | mm.h | 1703 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma);
|