Searched defs:pte_read (Results 1 – 7 of 7) sorted by relevance
137 static inline int pte_read(pte_t pte) in pte_read() function
391 static inline int pte_read(pte_t pte) in pte_read() function
192 #define pte_read hv_pte_get_readable macro
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
238 static inline int pte_read(pte_t pte) { return pte_val(pte) & __PAGE_PROT_USER; } in pte_read() function
345 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function