Searched refs:pud_access_permitted (Results 1 – 5 of 5) sorted by relevance
950 #define pud_access_permitted pud_access_permitted macro951 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
1668 #define pud_access_permitted pud_access_permitted macro1669 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
776 #ifndef pud_access_permitted777 #define pud_access_permitted(pud, write) \ macro
157 #define pud_access_permitted(pud, write) \ macro
2904 if (!pud_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pud()