Lines Matching refs:dst_pmd
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()
2377 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() argument
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()
2491 pgtable_trans_huge_deposit(mm, dst_pmd, src_pgtable); in move_pages_huge_pmd()