Searched refs:pte_read (Results 1 – 11 of 11) sorted by relevance
28 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function86 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
379 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function417 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
314 static inline int pte_read(pte_t pte) in pte_read() function
156 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
226 r = pte_read(*pte); in update_pte_range()487 r = pte_read(*pte); in flush_tlb_page()
117 static inline int pte_read(pte_t pte) in pte_read() function
214 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
242 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
435 static inline int pte_read(pte_t pte) in pte_read() function612 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
3299 pte_read(entry) ? "Read " : "", in format_pte()