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()
406 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function444 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
317 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
159 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()
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
409 static inline int pte_read(pte_t pte) in pte_read() function548 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
3295 pte_read(entry) ? "Read " : "", in format_pte()
Completed in 23 milliseconds