Searched refs:pgd_access_permitted (Results 1 – 3 of 3) sorted by relevance
986 #define pgd_access_permitted pgd_access_permitted macro987 static inline bool pgd_access_permitted(pgd_t pgd, bool write) in pgd_access_permitted() function
372 #ifndef pgd_access_permitted373 #define pgd_access_permitted(pgd, write) \ macro
2142 if (!pgd_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pgd()