Searched defs:pud_present (Results 1 – 17 of 17) sorted by relevance
49 #define pud_present(x) (pud_val(x)) macro
32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
122 #define pud_present(pud) (pud_val(pud) != 0) macro
131 #define pud_present(x) (pud_val(x)) macro
130 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
116 #define pud_present(pud) (pud_val(pud)) macro
238 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
198 static inline int pud_present(pud_t pud) in pud_present() function
859 #define pud_present(pud) (pud_val(pud) != 0U) macro
175 static inline int pud_present(pud_t pud) in pud_present() function
305 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
194 static inline int pud_present(pud_t pud) in pud_present() function
879 static inline int pud_present(pud_t pud) in pud_present() function
1096 static inline int pud_present(pud_t pud) in pud_present() function
784 static inline int pud_present(pud_t pud) in pud_present() function
916 #define pud_present(pud) pte_present(pud_pte(pud)) macro