Searched defs:pud_present (Results 1 – 13 of 13) sorted by relevance
49 #define pud_present(x) (pud_val(x)) macro
60 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
195 static inline int pud_present(pud_t pud) in pud_present() function
116 #define pud_present(pud) (pud_val(pud)) macro
131 #define pud_present(x) (pud_val(x)) macro
288 static inline int pud_present(pud_t pud) in pud_present() function
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
238 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
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