Searched defs:pud_present (Results 1 – 18 of 18) sorted by relevance
43 #define pud_present(x) (pud_val(x)) macro
31 static inline int pud_present(pud_t pud) in pud_present() function
32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
58 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
184 #define pud_present(pud) (1) macro
113 #define pud_present(pud) (pud_val(pud)) macro
158 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
294 static inline int pud_present(pud_t pud) in pud_present() function
163 #define pud_present(pud) (pud_val(pud) != 0) macro
215 static inline int pud_present(pud_t pud) in pud_present() function
861 #define pud_present(pud) (pud_val(pud) != 0U) macro
261 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
359 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
280 #define pud_present(pud) (pud_val(pud) != 0UL) macro
596 #define pud_present(pud) pte_present(pud_pte(pud)) macro
949 static inline int pud_present(pud_t pud) in pud_present() function
863 static inline int pud_present(pud_t pud) in pud_present() function
673 static inline int pud_present(pud_t pud) in pud_present() function