Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dhugetlb.h470 #ifndef pgd_write
471 static inline int pgd_write(pgd_t pgd) in pgd_write() function
Dpgtable.h1027 (pgd_present(pgd) && (!(write) || pgd_write(pgd)))
/linux-6.12.1/mm/
Dgup.c3206 if (!pgd_write(orig) && gup_must_unshare(NULL, flags, &folio->page)) { in gup_fast_pgd_leaf()