Searched refs:pte_read (Results 1 – 12 of 12) sorted by relevance
18 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function58 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
206 r = pte_read(*pte); in update_pte_range()420 r = pte_read(*pte); in flush_tlb_page()
302 #define pte_read(pte) (pte_val(pte) & _PAGE_READ) macro
383 static inline int pte_read(pte_t pte) in pte_read() function
132 static inline int pte_read(pte_t pte) in pte_read() function
221 static inline int pte_read(pte_t pte) in pte_read() function
238 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
299 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
251 #define pte_read(pte) (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_UR_KR) || \ macro
334 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
65 if (!pte && pte_read(pte)) in va_readable()
449 static inline int pte_read(pte_t pte) in pte_read() function