Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhugetlb.h506 #ifndef pgd_write
507 static inline int pgd_write(pgd_t pgd) in pgd_write() function
H A Dpgtable.h809 (pgd_present(pgd) && (!(write) || pgd_write(pgd)))
/openbmc/linux/mm/
H A Dgup.c2976 if (!pgd_write(orig) && gup_must_unshare(NULL, flags, &folio->page)) { in gup_huge_pgd()