Searched refs:dst_pmdval (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Duserfaultfd.c747 pmd_t dst_pmdval; local
757 dst_pmdval = pmdp_get_lockless(dst_pmd);
762 if (unlikely(pmd_trans_huge(dst_pmdval))) {
766 if (unlikely(pmd_none(dst_pmdval)) &&
1616 pmd_t dst_pmdval; local
1642 dst_pmdval = pmdp_get_lockless(dst_pmd);
1649 if (unlikely(pmd_trans_huge(dst_pmdval))) {
1664 !pmd_none(dst_pmdval)) {
1681 dst_pmdval, dst_vma, src_vma,
H A Dhuge_memory.c2169 int move_pages_huge_pmd(struct mm_struct *mm, pmd_t *dst_pmd, pmd_t *src_pmd, pmd_t dst_pmdval, argument
2190 if (WARN_ON_ONCE(!pmd_none(dst_pmdval)) || WARN_ON_ONCE(src_addr & ~HPAGE_PMD_MASK) ||
2245 !pmd_same(*dst_pmd, dst_pmdval))) {
/linux-master/include/linux/
H A Duserfaultfd_k.h143 int move_pages_huge_pmd(struct mm_struct *mm, pmd_t *dst_pmd, pmd_t *src_pmd, pmd_t dst_pmdval,

Completed in 140 milliseconds