Home
last modified time | relevance | path

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

/linux/mm/
H A Duserfaultfd.c168 int mfill_atomic_install_pte(pmd_t *dst_pmd, in mfill_atomic_install_pte()
237 static int mfill_atomic_pte_copy(pmd_t *dst_pmd, in mfill_atomic_pte_copy()
313 static int mfill_atomic_pte_zeroed_folio(pmd_t *dst_pmd, in mfill_atomic_pte_zeroed_folio()
345 static int mfill_atomic_pte_zeropage(pmd_t *dst_pmd, in mfill_atomic_pte_zeropage()
380 static int mfill_atomic_pte_continue(pmd_t *dst_pmd, in mfill_atomic_pte_continue()
424 static int mfill_atomic_pte_poison(pmd_t *dst_pmd, in mfill_atomic_pte_poison()
653 static __always_inline ssize_t mfill_atomic_pte(pmd_t *dst_pmd, in mfill_atomic_pte()
706 pmd_t *dst_pmd; in mfill_atomic() local
1022 pmd_t *dst_pmd, pmd_t dst_pmdval) in is_pte_pages_stable()
1074 pmd_t *dst_pmd, pmd_t dst_pmdval, in move_present_ptes()
[all …]
H A Dhuge_memory.c1658 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, in copy_huge_pmd()
2529 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()
H A Dmemory.c1207 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, in copy_pte_range()
1367 pmd_t *src_pmd, *dst_pmd; in copy_pmd_range() local
H A Dshmem.c3150 int shmem_mfill_atomic_pte(pmd_t *dst_pmd, in shmem_mfill_atomic_pte()
/linux/include/linux/
H A Dshmem_fs.h207 #define shmem_mfill_atomic_pte(dst_pmd, dst_vma, dst_addr, \ argument