Searched refs:pud_access_permitted (Results 1 – 5 of 5) sorted by relevance
1422 #define pud_access_permitted pud_access_permitted macro1423 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
1000 #define pud_access_permitted pud_access_permitted macro1001 static inline bool pud_access_permitted(pud_t pud, bool write) in pud_access_permitted() function
659 #ifndef pud_access_permitted660 #define pud_access_permitted(pud, write) \ macro
156 #define pud_access_permitted(pud, write) \ macro
2744 if (!pud_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pud()