Home
last modified time | relevance | path

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

/fs/
Duserfaultfd.c282 pgd_t *pgd; in userfaultfd_must_wait() local
291 pgd = pgd_offset(mm, address); in userfaultfd_must_wait()
292 if (!pgd_present(*pgd)) in userfaultfd_must_wait()
294 p4d = p4d_offset(pgd, address); in userfaultfd_must_wait()