Searched refs:pmd_access_permitted (Results 1 – 5 of 5) sorted by relevance
1058 #define pmd_access_permitted pmd_access_permitted macro1059 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
1644 #define pmd_access_permitted pmd_access_permitted macro1645 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
1096 #ifndef pmd_access_permitted1097 #define pmd_access_permitted(pmd, write) \ macro
268 #define pmd_access_permitted(pmd, write) \ macro
2943 if (!pmd_access_permitted(orig, flags & FOLL_WRITE)) in gup_fast_pmd_leaf()