Searched defs:pte_read (Results 1 – 8 of 8) sorted by relevance
384 static inline int pte_read(pte_t pte) in pte_read() function
296 #define pte_read(pte) (pte_val(pte) & _PAGE_READ) macro
132 static inline int pte_read(pte_t pte) in pte_read() function
220 static inline int pte_read(pte_t pte) in pte_read() function
237 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
196 #define pte_read hv_pte_get_readable macro
332 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
239 static inline int pte_read(pte_t pte) { return pte_val(pte) & __PAGE_PROT_USER; } in pte_read() function