Searched defs:pte_present (Results 1 – 14 of 14) sorted by relevance
173 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
96 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
106 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
120 static inline int pte_present(pte_t pte) in pte_present() function
205 static inline int pte_present(pte_t pte) in pte_present() function
323 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
401 static inline int pte_present(pte_t pte) in pte_present() function
266 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
361 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
337 static inline int pte_present(pte_t pte) in pte_present() function
507 static inline int pte_present(pte_t pte) in pte_present() function
959 static inline int pte_present(pte_t a) in pte_present() function
815 static inline int pte_present(pte_t pte) in pte_present() function
146 #define pte_present(pte) (pte_valid(pte) || pte_present_invalid(pte)) macro