Searched refs:pud_access_permitted (Results 1 – 5 of 5) sorted by relevance
924 #define pud_access_permitted pud_access_permitted macro925 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
1652 #define pud_access_permitted pud_access_permitted macro1653 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
797 #ifndef pud_access_permitted798 #define pud_access_permitted(pud, write) \ macro
157 #define pud_access_permitted(pud, write) \ macro
2914 if (!pud_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pud()