Searched refs:pte_access_permitted (Results 1 – 5 of 5) sorted by relevance
127 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted() function137 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted() function147 #define pte_access_permitted pte_access_permitted macro
1120 static inline bool pte_access_permitted(pte_t pte, bool write) in pte_access_permitted() function1136 #define pte_access_permitted pte_access_permitted macro
228 #define pte_access_permitted(pte, write) \ macro232 (pte_access_permitted(pmd_pte(pmd), (write)))234 (pte_access_permitted(pud_pte(pud), (write)))
1247 #ifndef pte_access_permitted1248 #define pte_access_permitted(pte, write) \ macro
2846 * pte_access_permitted() better should reject these pages in gup_fast_pte_range() 2854 if (!pte_access_permitted(pte, flags & FOLL_WRITE)) in gup_fast_pte_range()