Searched refs:src_vma (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.10/mm/ | 
| D | memory.c | 796 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma,  in copy_present_page()  argument800 	struct mm_struct *src_mm = src_vma->vm_mm;  in copy_present_page()
 803 	if (!is_cow_mapping(src_vma->vm_flags))  in copy_present_page()
 833 	copy_user_highpage(new_page, page, addr, src_vma);  in copy_present_page()
 851 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma,  in copy_present_pte()  argument
 855 	struct mm_struct *src_mm = src_vma->vm_mm;  in copy_present_pte()
 856 	unsigned long vm_flags = src_vma->vm_flags;  in copy_present_pte()
 860 	page = vm_normal_page(src_vma, addr, pte);  in copy_present_pte()
 864 		retval = copy_present_page(dst_vma, src_vma, dst_pte, src_pte,  in copy_present_pte()
 923 copy_pte_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma,  in copy_pte_range()  argument
 [all …]
 
 | 
| /Linux-v5.10/include/linux/ | 
| D | mm.h | 1657 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma);
 |