Searched refs:pmd_access_permitted (Results 1 – 5 of 5) sorted by relevance
1088 #define pmd_access_permitted pmd_access_permitted macro1089 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
1646 #define pmd_access_permitted pmd_access_permitted macro1647 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
792 #ifndef pmd_access_permitted793 #define pmd_access_permitted(pmd, write) \ macro
155 #define pmd_access_permitted(pmd, write) \ macro
2870 if (!pmd_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pmd()