Searched defs:pte_read (Results 1 – 10 of 10) sorted by relevance
48 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
160 static inline int pte_read(pte_t pte) in pte_read() function
336 static inline int pte_read(pte_t pte) in pte_read() function
215 static inline int pte_read(pte_t pte) in pte_read() function
133 static inline int pte_read(pte_t pte) in pte_read() function
232 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() function
259 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
391 static inline int pte_read(pte_t pte) { return 1; } in pte_read() function
450 static inline int pte_read(pte_t pte) in pte_read() function