Searched refs:src_vma (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory.c | 739 struct vm_area_struct *src_vma, unsigned long addr, int *rss) in copy_nonpresent_pte() argument 837 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page() argument 841 struct mm_struct *src_mm = src_vma->vm_mm; in copy_present_page() 844 if (!is_cow_mapping(src_vma->vm_flags)) in copy_present_page() 885 copy_user_highpage(new_page, page, addr, src_vma); in copy_present_page() 906 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte() argument 910 struct mm_struct *src_mm = src_vma->vm_mm; in copy_present_pte() 911 unsigned long vm_flags = src_vma->vm_flags; in copy_present_pte() 915 page = vm_normal_page(src_vma, addr, pte); in copy_present_pte() 919 retval = copy_present_page(dst_vma, src_vma, dst_pte, src_pte, in copy_present_pte() [all …]
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | huge_mm.h | 13 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma);
|
| H A D | mm.h | 1747 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma);
|