Searched defs:pte_present (Results 1 – 20 of 20) sorted by relevance
92 #define pte_present(pte) ((pte).pte_low & _PAGE_PRESENT) macro128 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
88 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
175 #define pte_present(x) (pte_val((x)) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
96 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
115 #define pte_present(x) pte_get_bits(x, (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
125 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present() function
130 #define pte_present(pte) (pte_val(pte) & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
226 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
311 #define pte_present(x) ((x).pte_low & (_PAGE_PRESENT | _PAGE_PROTNONE)) macro
185 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
198 #define pte_present(pte) \ macro
282 #define pte_present(pte) (pte_val(pte) & L_PTE_PRESENT) macro
247 extern inline int pte_present(pte_t pte) { return pte_val(pte) & _PAGE_VALID; } in pte_present() function
154 #define pte_present(pte) BTFIXUP_CALL(pte_present)(pte) macro
594 static inline unsigned long pte_present(pte_t pte) in pte_present() function
184 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
540 #define pte_present(pte) (pte_val(pte) & _PAGE_PRESENT) macro
258 #define pte_present(x) (pte_val(x) & _PAGE_PRESENT) macro
269 #define pte_present(pte) (pte_val(pte) & (_PAGE_P | _PAGE_PROTNONE)) macro
528 static inline int pte_present(pte_t pte) in pte_present() function