Searched refs:pud_access_permitted (Results 1 – 5 of 5) sorted by relevance
946 #define pud_access_permitted pud_access_permitted macro947 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
1452 #define pud_access_permitted pud_access_permitted macro1453 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
362 #ifndef pud_access_permitted363 #define pud_access_permitted(pud, write) \ macro
127 #define pud_access_permitted(pud, write) \ macro
2100 if (!pud_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pud()