Searched defs:src_vma (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/mm/ |
H A D | memory.c | 768 struct vm_area_struct *src_vma, unsigned long addr, int *rss) in copy_nonpresent_pte() argument 886 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page() argument 923 copy_present_pte(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_pte() argument 1001 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 1138 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 1175 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 1212 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 1241 vma_needs_copy(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma) vma_needs_copy() argument 1268 copy_page_range(struct vm_area_struct * dst_vma,struct vm_area_struct * src_vma) copy_page_range() argument [all...] |
H A D | huge_memory.c | 1057 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_huge_pmd()
|
H A D | hugetlb.c | 5032 struct vm_area_struct *src_vma) in copy_hugetlb_page_range() argument [all...] |
/openbmc/linux/include/linux/ |
H A D | hugetlb.h | 341 struct vm_area_struct *src_vma) in copy_hugetlb_page_range() argument
|