Searched refs:pmd_access_permitted (Results 1 – 5 of 5) sorted by relevance
1435 #define pmd_access_permitted pmd_access_permitted macro1436 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
1123 #define pmd_access_permitted pmd_access_permitted macro1124 static inline bool pmd_access_permitted(pmd_t pmd, bool write) in pmd_access_permitted() function
516 #ifndef pmd_access_permitted517 #define pmd_access_permitted(pmd, write) \ macro
139 #define pmd_access_permitted(pmd, write) \ macro
2428 if (!pmd_access_permitted(orig, flags & FOLL_WRITE)) in gup_huge_pmd()