Searched defs:dst_vma (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/mm/ |
H A D | userfaultfd.c | 31 struct vm_area_struct *dst_vma; in find_dst_vma() local 49 static bool mfill_file_over_size(struct vm_area_struct *dst_vma, in mfill_file_over_size() 71 struct vm_area_struct *dst_vma, in mfill_atomic_install_pte() 141 struct vm_area_struct *dst_vma, in mfill_atomic_pte_copy() 217 struct vm_area_struct *dst_vma, in mfill_atomic_pte_zeroed_folio() 249 struct vm_area_struct *dst_vma, in mfill_atomic_pte_zeropage() 284 struct vm_area_struct *dst_vma, in mfill_atomic_pte_continue() 328 struct vm_area_struct *dst_vma, in mfill_atomic_pte_poison() 391 struct vm_area_struct *dst_vma, in mfill_atomic_hugetlb() 559 struct vm_area_struct *dst_vma, in mfill_atomic_pte() [all …]
|
H A D | memory.c | 767 pte_t *dst_pte, pte_t *src_pte, struct vm_area_struct *dst_vma, 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 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 | 5031 struct vm_area_struct *dst_vma, in copy_hugetlb_page_range() 6280 struct vm_area_struct *dst_vma, in hugetlb_mfill_atomic_pte()
|
H A D | shmem.c | 2571 struct vm_area_struct *dst_vma, in shmem_mfill_atomic_pte()
|
/openbmc/linux/include/linux/ |
H A D | shmem_fs.h | 195 #define shmem_mfill_atomic_pte(dst_pmd, dst_vma, dst_addr, \ argument
|
H A D | mm_inline.h | 538 swp_entry_t entry, struct vm_area_struct *dst_vma) in copy_pte_marker()
|
H A D | hugetlb.h | 340 struct vm_area_struct *dst_vma, in copy_hugetlb_page_range() 426 struct vm_area_struct *dst_vma, in hugetlb_mfill_atomic_pte()
|