Home
last modified time | relevance | path

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

/fs/
Duserfaultfd.c284 pud_t *pud; in userfaultfd_must_wait() local
297 pud = pud_offset(p4d, address); in userfaultfd_must_wait()
298 if (!pud_present(*pud)) in userfaultfd_must_wait()
300 pmd = pmd_offset(pud, address); in userfaultfd_must_wait()