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
131 #define pud_present(x) (pud_val(x)) macro
122 #define pud_present(pud) (pud_val(pud) != 0) macro
116 #define pud_present(pud) (pud_val(pud)) macro
130 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
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
215 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
194 static inline int pud_present(pud_t pud) in pud_present() function
305 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
860 static inline int pud_present(pud_t pud) in pud_present() function
1049 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
907 #define pud_present(pud) pte_present(pud_pte(pud)) macro