Home
last modified time | relevance | path

Searched defs:dst_pmd (Results 1 – 5 of 5) sorted by relevance

/linux-6.14.4/mm/
Duserfaultfd.c172 int mfill_atomic_install_pte(pmd_t *dst_pmd, in mfill_atomic_install_pte()
241 static int mfill_atomic_pte_copy(pmd_t *dst_pmd, in mfill_atomic_pte_copy()
317 static int mfill_atomic_pte_zeroed_folio(pmd_t *dst_pmd, in mfill_atomic_pte_zeroed_folio()
349 static int mfill_atomic_pte_zeropage(pmd_t *dst_pmd, in mfill_atomic_pte_zeropage()
384 static int mfill_atomic_pte_continue(pmd_t *dst_pmd, in mfill_atomic_pte_continue()
428 static int mfill_atomic_pte_poison(pmd_t *dst_pmd, in mfill_atomic_pte_poison()
657 static __always_inline ssize_t mfill_atomic_pte(pmd_t *dst_pmd, in mfill_atomic_pte()
710 pmd_t *dst_pmd; in mfill_atomic() local
1026 pmd_t *dst_pmd, pmd_t dst_pmdval) in is_pte_pages_stable()
1039 pmd_t *dst_pmd, pmd_t dst_pmdval, in move_present_pte()
[all …]
Dhuge_memory.c1608 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, in copy_huge_pmd()
2469 int move_pages_huge_pmd(struct mm_struct *mm, pmd_t *dst_pmd, pmd_t *src_pmd, pmd_t dst_pmdval, in move_pages_huge_pmd()
Dmemory.c1078 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, in copy_pte_range()
1238 pmd_t *src_pmd, *dst_pmd; in copy_pmd_range() local
Dshmem.c3162 int shmem_mfill_atomic_pte(pmd_t *dst_pmd, in shmem_mfill_atomic_pte()
/linux-6.14.4/include/linux/
Dshmem_fs.h203 #define shmem_mfill_atomic_pte(dst_pmd, dst_vma, dst_addr, \ argument