Searched refs:pte_read (Results 1 – 15 of 15) sorted by relevance
97 static inline int pte_read(pte_t pte) in pte_read() function102 #define pte_read pte_read macro
48 #ifndef pte_read49 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function108 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
353 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function391 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
340 static inline int pte_read(pte_t pte) in pte_read() function
280 #define pte_read(pte) (pte_val(pte) & _PAGE_READ) macro
213 static inline int pte_read(pte_t pte) in pte_read() function
161 static inline int pte_read(pte_t pte) in pte_read() function
238 r = pte_read(*pte); in update_pte_range()502 r = pte_read(*pte); in flush_tlb_page()
133 static inline int pte_read(pte_t pte) in pte_read() function
233 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
302 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
240 #define pte_read(pte) (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_UR_KR) || \ macro
68 if (!pte && pte_read(pte)) in va_readable()
429 static inline int pte_read(pte_t pte) in pte_read() function606 if (!pte_present(pte) || !pte_user(pte) || !pte_read(pte)) in pte_access_permitted()
3228 pte_read(entry) ? "Read " : "", in format_pte()