Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dhugetlb.h478 #ifndef pgd_write
479 static inline int pgd_write(pgd_t pgd) in pgd_write() function
H A Dpgtable.h1057 (pgd_present(pgd) && (!(write) || pgd_write(pgd)))
/linux-6.15/mm/
H A Dgup.c3201 if (!pgd_write(orig) && gup_must_unshare(NULL, flags, &folio->page)) { in gup_fast_pgd_leaf()