Home
last modified time | relevance | path

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

/openbmc/linux/mm/
H A Dmemory.c768 struct vm_area_struct *src_vma, unsigned long addr, int *rss) in copy_nonpresent_pte()
886 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page()
923 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte()
1001 copy_pte_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pte_range()
1138 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pmd_range()
1175 copy_pud_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pud_range()
1212 copy_p4d_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_p4d_range()
1241 vma_needs_copy(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in vma_needs_copy()
1268 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_page_range()
H A Dhuge_memory.c1057 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_huge_pmd()
H A Dhugetlb.c5032 struct vm_area_struct *src_vma) in copy_hugetlb_page_range()
/openbmc/linux/include/linux/
H A Dhugetlb.h341 struct vm_area_struct *src_vma) in copy_hugetlb_page_range()