Searched defs:pud_present (Results 1 – 13 of 13) sorted by relevance
31 static inline int pud_present(pud_t pud) in pud_present() function
51 #define pud_present(x) (pud_val(x)) macro
59 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
182 #define pud_present(pud) (1) macro
131 #define pud_present(pud) (pud_val(pud)) macro
300 static inline int pud_present(pud_t pud) in pud_present() function
163 #define pud_present(pud) (pud_val(pud) != 0) macro
280 #define pud_present(pud) (pud_val(pud) != 0UL) macro
860 #define pud_present(pud) (pud_val(pud) != 0U) macro
527 #define pud_present(pud) pte_present(pud_pte(pud)) macro
855 static inline int pud_present(pud_t pud) in pud_present() function
921 static inline int pud_present(pud_t pud) in pud_present() function
664 static inline int pud_present(pud_t pud) in pud_present() function