Searched refs:dst_pmd (Results 1 – 7 of 7) sorted by relevance
| /linux/mm/ |
| A D | userfaultfd.c | 171 int mfill_atomic_install_pte(pmd_t *dst_pmd, in mfill_atomic_install_pte() argument 689 err = mfill_atomic_pte_zeropage(dst_pmd, in mfill_atomic_pte() 709 pmd_t *dst_pmd; in mfill_atomic() local 783 dst_pmd = mm_alloc_pmd(dst_mm, dst_addr); in mfill_atomic() 784 if (unlikely(!dst_pmd)) { in mfill_atomic() 789 dst_pmdval = pmdp_get_lockless(dst_pmd); in mfill_atomic() 795 dst_pmdval = pmdp_get_lockless(dst_pmd); in mfill_atomic() 1598 pmd_t *src_pmd, *dst_pmd; in move_pages() local 1665 dst_pmd = mm_alloc_pmd(mm, dst_addr); in move_pages() 1666 if (unlikely(!dst_pmd)) { in move_pages() [all …]
|
| A D | huge_memory.c | 1567 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, in copy_huge_pmd() argument 1579 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd() 1603 dst_ptl = pmd_lock(dst_mm, dst_pmd); in copy_huge_pmd() 1627 pgtable_trans_huge_deposit(dst_mm, dst_pmd, pgtable); in copy_huge_pmd() 1630 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_pmd() 1672 pgtable_trans_huge_deposit(dst_mm, dst_pmd, pgtable); in copy_huge_pmd() 1679 set_pmd_at(dst_mm, addr, dst_pmd, pmd); in copy_huge_pmd() 2450 dst_ptl = pmd_lockptr(mm, dst_pmd); in move_pages_huge_pmd() 2453 !pmd_same(*dst_pmd, dst_pmdval))) { in move_pages_huge_pmd() 2488 set_pmd_at(mm, dst_addr, dst_pmd, _dst_pmd); in move_pages_huge_pmd() [all …]
|
| A D | memory.c | 1081 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr, in copy_pte_range() argument 1108 dst_pte = pte_alloc_map_lock(dst_mm, dst_pmd, addr, &dst_ptl); in copy_pte_range() 1232 pmd_t *src_pmd, *dst_pmd; in copy_pmd_range() local 1235 dst_pmd = pmd_alloc(dst_mm, dst_pud, addr); in copy_pmd_range() 1236 if (!dst_pmd) in copy_pmd_range() 1245 err = copy_huge_pmd(dst_mm, src_mm, dst_pmd, src_pmd, in copy_pmd_range() 1255 if (copy_pte_range(dst_vma, src_vma, dst_pmd, src_pmd, in copy_pmd_range() 1258 } while (dst_pmd++, src_pmd++, addr = next, addr != end); in copy_pmd_range()
|
| A D | shmem.c | 2899 int shmem_mfill_atomic_pte(pmd_t *dst_pmd, in shmem_mfill_atomic_pte() argument 2995 ret = mfill_atomic_install_pte(dst_pmd, dst_vma, dst_addr, in shmem_mfill_atomic_pte()
|
| /linux/include/linux/ |
| A D | shmem_fs.h | 190 extern int shmem_mfill_atomic_pte(pmd_t *dst_pmd, 197 #define shmem_mfill_atomic_pte(dst_pmd, dst_vma, dst_addr, \ argument
|
| A D | userfaultfd_k.h | 118 extern int mfill_atomic_install_pte(pmd_t *dst_pmd, 143 int move_pages_huge_pmd(struct mm_struct *mm, pmd_t *dst_pmd, pmd_t *src_pmd, pmd_t dst_pmdval,
|
| A D | huge_mm.h | 13 pmd_t *dst_pmd, pmd_t *src_pmd, unsigned long addr,
|
Completed in 42 milliseconds