Searched defs:pte_read (Results 1 – 12 of 12) sorted by relevance
94 static inline int pte_read(pte_t pte) in pte_read() function99 #define pte_read pte_read macro
49 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
370 static inline int pte_read(pte_t pte) in pte_read() function
173 static inline int pte_read(pte_t pte) in pte_read() function
295 #define pte_read(pte) (pte_val(pte) & _PAGE_READ) macro
130 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
234 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
251 #define pte_read(pte) (((pte_val(pte) & _PAGE_M_MASK) == _PAGE_M_UR_KR) || \ macro
385 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
332 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_USER; } in pte_read() function
421 static inline int pte_read(pte_t pte) in pte_read() function