Searched refs:pmd_access_permitted (Results 1 – 5 of 5) sorted by relevance
1114 #define pmd_access_permitted pmd_access_permitted macro1115 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
1662 #define pmd_access_permitted pmd_access_permitted macro1663 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
771 #ifndef pmd_access_permitted772 #define pmd_access_permitted(pmd, write) \ macro
155 #define pmd_access_permitted(pmd, write) \ macro
2860 if (!pmd_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pmd()