Searched defs:dst_mm (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | userfaultfd.c | 22 struct vm_area_struct *find_dst_vma(struct mm_struct *dst_mm, in find_dst_vma() 57 int mfill_atomic_install_pte(struct mm_struct *dst_mm, pmd_t *dst_pmd, in mfill_atomic_install_pte() 123 static int mcopy_atomic_pte(struct mm_struct *dst_mm, in mcopy_atomic_pte() 183 static int mfill_zeropage_pte(struct mm_struct *dst_mm, in mfill_zeropage_pte() 219 static int mcontinue_atomic_pte(struct mm_struct *dst_mm, in mcontinue_atomic_pte() 279 static __always_inline ssize_t __mcopy_atomic_hugetlb(struct mm_struct *dst_mm, in __mcopy_atomic_hugetlb() 486 static __always_inline ssize_t mfill_atomic_pte(struct mm_struct *dst_mm, in mfill_atomic_pte() 531 static __always_inline ssize_t __mcopy_atomic(struct mm_struct *dst_mm, in __mcopy_atomic() 702 ssize_t mcopy_atomic(struct mm_struct *dst_mm, unsigned long dst_start, in mcopy_atomic() 710 ssize_t mfill_zeropage(struct mm_struct *dst_mm, unsigned long start, in mfill_zeropage() [all …]
|
| H A D | memory.c | 737 copy_nonpresent_pte(struct mm_struct *dst_mm, struct mm_struct *src_mm, in copy_nonpresent_pte() 977 struct mm_struct *dst_mm = dst_vma->vm_mm; in copy_pte_range() local 1084 struct mm_struct *dst_mm = dst_vma->vm_mm; in copy_pmd_range() local 1121 struct mm_struct *dst_mm = dst_vma->vm_mm; in copy_pud_range() local 1158 struct mm_struct *dst_mm = dst_vma->vm_mm; in copy_p4d_range() local 1184 struct mm_struct *dst_mm = dst_vma->vm_mm; in copy_page_range() local
|
| H A D | huge_memory.c | 1013 int copy_huge_pmd(struct mm_struct *dst_mm, struct mm_struct *src_mm, in copy_huge_pmd() 1181 int copy_huge_pud(struct mm_struct *dst_mm, struct mm_struct *src_mm, in copy_huge_pud()
|
| H A D | shmem.c | 2374 int shmem_mfill_atomic_pte(struct mm_struct *dst_mm, in shmem_mfill_atomic_pte()
|
| H A D | hugetlb.c | 4720 int hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm, in hugetlb_mcopy_atomic_pte()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | shmem_fs.h | 131 #define shmem_mfill_atomic_pte(dst_mm, dst_pmd, dst_vma, dst_addr, \ argument
|
| H A D | hugetlb.h | 318 static inline int hugetlb_mcopy_atomic_pte(struct mm_struct *dst_mm, in hugetlb_mcopy_atomic_pte()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ttm.c | 361 struct drm_mm_node *src_mm, *dst_mm; in amdgpu_ttm_copy_mem_to_mem() local
|