Home
last modified time | relevance | path

Searched refs:dst_pmd (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/mm/
Duserfaultfd.c70 int mfill_atomic_install_pte(pmd_t *dst_pmd, in mfill_atomic_install_pte() argument
94 dst_pte = pte_offset_map_lock(dst_mm, dst_pmd, dst_addr, &ptl); in mfill_atomic_install_pte()
140 static int mfill_atomic_pte_copy(pmd_t *dst_pmd, in mfill_atomic_pte_copy() argument
205 ret = mfill_atomic_install_pte(dst_pmd, dst_vma, dst_addr, in mfill_atomic_pte_copy()
216 static int mfill_atomic_pte_zeropage(pmd_t *dst_pmd, in mfill_atomic_pte_zeropage() argument
227 dst_pte = pte_offset_map_lock(dst_vma->vm_mm, dst_pmd, dst_addr, &ptl); in mfill_atomic_pte_zeropage()
248 static int mfill_atomic_pte_continue(pmd_t *dst_pmd, in mfill_atomic_pte_continue() argument
276 ret = mfill_atomic_install_pte(dst_pmd, dst_vma, dst_addr, in mfill_atomic_pte_continue()
292 static int mfill_atomic_pte_poison(pmd_t *dst_pmd, in mfill_atomic_pte_poison() argument
304 dst_pte = pte_offset_map_lock(dst_mm, dst_pmd, dst_addr, &ptl); in mfill_atomic_pte_poison()
[all …]
Dhuge_memory.c1063 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, in copy_huge_pmd() argument
1080 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd()
1104 pgtable_trans_huge_deposit(dst_mm, dst_pmd, pgtable); in copy_huge_pmd()
1107 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_pmd()
1148 pgtable_trans_huge_deposit(dst_mm, dst_pmd, pgtable); in copy_huge_pmd()
1153 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_pmd()
Dmemory.c1002 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, in copy_pte_range() argument
1028 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range()
1144 pmd_t *src_pmd, *dst_pmd; in copy_pmd_range() local
1147 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range()
1148 if (!dst_pmd) in copy_pmd_range()
1157 err = copy_huge_pmd(dst_mm, src_mm, dst_pmd, src_pmd, in copy_pmd_range()
1167 if (copy_pte_range(dst_vma, src_vma, dst_pmd, src_pmd, in copy_pmd_range()
1170 } while (dst_pmd++, src_pmd++, addr = next, addr != end); in copy_pmd_range()
Dshmem.c2568 int shmem_mfill_atomic_pte(pmd_t *dst_pmd, in shmem_mfill_atomic_pte() argument
2662 ret = mfill_atomic_install_pte(dst_pmd, dst_vma, dst_addr, in shmem_mfill_atomic_pte()
/linux-6.6.21/include/linux/
Dshmem_fs.h179 extern int shmem_mfill_atomic_pte(pmd_t *dst_pmd,
186 #define shmem_mfill_atomic_pte(dst_pmd, dst_vma, dst_addr, \ argument
Duserfaultfd_k.h72 extern int mfill_atomic_install_pte(pmd_t *dst_pmd,
Dhuge_mm.h12 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr,