Home
last modified time | relevance | path

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

/linux/mm/
H A Duserfaultfd.c1129 static struct folio *check_ptes_for_batched_move(struct vm_area_struct *src_vma, in check_ptes_for_batched_move()
1160 struct vm_area_struct *src_vma, in move_present_ptes()
1302 struct vm_area_struct *src_vma, in move_zeropage_pte()
1335 struct vm_area_struct *src_vma, in move_pages_ptes()
1623 struct vm_area_struct *src_vma, in validate_move_areas()
1753 struct vm_area_struct *src_vma) in uffd_move_unlock()
1778 struct vm_area_struct *src_vma) in uffd_move_unlock()
1856 struct vm_area_struct *src_vma, *dst_vma; in move_pages() local
H A Dmemory.c927 copy_nonpresent_pte(struct mm_struct * dst_mm,struct mm_struct * src_mm,pte_t * dst_pte,pte_t * src_pte,struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma,unsigned long addr,int * rss) copy_nonpresent_pte() argument
1047 copy_present_page(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma,pte_t * dst_pte,pte_t * src_pte,unsigned long addr,int * rss,struct folio ** prealloc,struct page * page) copy_present_page() argument
1083 __copy_present_ptes(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma,pte_t * dst_pte,pte_t * src_pte,pte_t pte,unsigned long addr,int nr) __copy_present_ptes() argument
1113 copy_present_ptes(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma,pte_t * dst_pte,pte_t * src_pte,pte_t pte,unsigned long addr,int max_nr,int * rss,struct folio ** prealloc) copy_present_ptes() argument
1208 copy_pte_range(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma,pmd_t * dst_pmd,pmd_t * src_pmd,unsigned long addr,unsigned long end) copy_pte_range() argument
1363 copy_pmd_range(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma,pud_t * dst_pud,pud_t * src_pud,unsigned long addr,unsigned long end) copy_pmd_range() argument
1400 copy_pud_range(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma,p4d_t * dst_p4d,p4d_t * src_p4d,unsigned long addr,unsigned long end) copy_pud_range() argument
1437 copy_p4d_range(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma,pgd_t * dst_pgd,pgd_t * src_pgd,unsigned long addr,unsigned long end) copy_p4d_range() argument
1466 vma_needs_copy(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma) vma_needs_copy() argument
1491 copy_page_range(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma) copy_page_range() argument
[all...]
H A Dhuge_memory.c1873 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_huge_non_present_pmd()
1928 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_huge_pmd()
2809 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in move_pages_huge_pmd()
H A Dhugetlb.c4871 struct vm_area_struct *src_vma) in copy_hugetlb_page_range()