Searched defs:dst_vma (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/mm/ |
D | userfaultfd.c | 23 bool validate_dst_vma(struct vm_area_struct *dst_vma, unsigned long dst_end) in validate_dst_vma() 106 struct vm_area_struct *dst_vma; in uffd_mfill_lock() local 127 struct vm_area_struct *dst_vma; in uffd_mfill_lock() local 150 static bool mfill_file_over_size(struct vm_area_struct *dst_vma, in mfill_file_over_size() 172 struct vm_area_struct *dst_vma, in mfill_atomic_install_pte() 241 struct vm_area_struct *dst_vma, in mfill_atomic_pte_copy() 317 struct vm_area_struct *dst_vma, in mfill_atomic_pte_zeroed_folio() 349 struct vm_area_struct *dst_vma, in mfill_atomic_pte_zeropage() 384 struct vm_area_struct *dst_vma, in mfill_atomic_pte_continue() 428 struct vm_area_struct *dst_vma, in mfill_atomic_pte_poison() [all …]
|
D | memory.c | 793 pte_t *dst_pte, pte_t *src_pte, struct vm_area_struct *dst_vma, in copy_nonpresent_pte() 914 copy_present_page(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_page() 949 static __always_inline void __copy_present_ptes(struct vm_area_struct *dst_vma, in __copy_present_ptes() 980 copy_present_ptes(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_present_ptes() 1080 copy_pte_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pte_range() 1226 copy_pmd_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pmd_range() 1263 copy_pud_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_pud_range() 1300 copy_p4d_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in copy_p4d_range() 1329 vma_needs_copy(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in vma_needs_copy() 1356 copy_page_range(struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_page_range()
|
D | huge_memory.c | 1568 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma) in copy_huge_pmd() 2378 struct vm_area_struct *dst_vma, struct vm_area_struct *src_vma, in move_pages_huge_pmd()
|
D | hugetlb.c | 5207 struct vm_area_struct *dst_vma, in copy_hugetlb_page_range() 6530 struct vm_area_struct *dst_vma, in hugetlb_mfill_atomic_pte()
|
D | shmem.c | 2900 struct vm_area_struct *dst_vma, in shmem_mfill_atomic_pte()
|
/linux-6.12.1/include/linux/ |
D | shmem_fs.h | 197 #define shmem_mfill_atomic_pte(dst_pmd, dst_vma, dst_addr, \ argument
|
D | mm_inline.h | 520 swp_entry_t entry, struct vm_area_struct *dst_vma) in copy_pte_marker()
|
D | hugetlb.h | 324 struct vm_area_struct *dst_vma, in copy_hugetlb_page_range() 400 struct vm_area_struct *dst_vma, in hugetlb_mfill_atomic_pte()
|