Home
last modified time | relevance | path

Searched refs:_pmd (Results 1 – 1 of 1) sorted by relevance

/fs/
Duserfaultfd.c292 pmd_t *pmd, _pmd; in userfaultfd_must_wait() local
316 _pmd = READ_ONCE(*pmd); in userfaultfd_must_wait()
317 if (pmd_none(_pmd)) in userfaultfd_must_wait()
321 if (!pmd_present(_pmd)) in userfaultfd_must_wait()
324 if (pmd_trans_huge(_pmd)) { in userfaultfd_must_wait()
325 if (!pmd_write(_pmd) && (reason & VM_UFFD_WP)) in userfaultfd_must_wait()