Searched refs:pud_access_permitted (Results 1 – 5 of 5) sorted by relevance
974 #define pud_access_permitted pud_access_permitted macro975 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
1441 #define pud_access_permitted pud_access_permitted macro1442 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
521 #ifndef pud_access_permitted522 #define pud_access_permitted(pud, write) \ macro
141 #define pud_access_permitted(pud, write) \ macro
2462 if (!pud_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pud()