Searched refs:pte_read (Results 1 – 12 of 12) sorted by relevance
94 static inline int pte_read(pte_t pte) in pte_read() function99 #define pte_read pte_read macro
219 #ifndef pte_read220 static inline bool pte_read(pte_t pte) in pte_read() function237 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted()
384 static inline bool pte_read(pte_t pte) in pte_read() function431 if (!pte_present(pte) || !pte_read(pte)) in pte_access_permitted()
69 r = pte_read(*pte); in update_pte_range()
314 static inline int pte_read(pte_t pte) in pte_read() function
152 static inline int pte_read(pte_t pte) in pte_read() function
141 static inline int pte_read(pte_t pte) in pte_read() function
120 static inline int pte_read(pte_t pte) in pte_read() function
217 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
245 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
394 static inline int pte_read(pte_t pte) in pte_read() function533 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
3279 pte_read(entry) ? "Read " : "", in format_pte()
Completed in 46 milliseconds