Home
last modified time | relevance | path

Searched refs:src_vma (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/mm/
Dmemory.c702 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 …]
Dhuge_memory.c1015 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/
Dhuge_mm.h13 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma);
Dmm.h1703 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma);