Searched defs:pud_present (Results 1 – 15 of 15) 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
22 #define pud_present(pud) 1 macro
32 static inline int pud_present(pud_t pud) { return 1; } in pud_present() function
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
163 #define pud_present(pud) (pud_val(pud) != 0) macro
295 static inline int pud_present(pud_t pud) in pud_present() function
280 #define pud_present(pud) (pud_val(pud) != 0UL) macro
860 #define pud_present(pud) (pud_val(pud) != 0U) macro
531 #define pud_present(pud) pte_present(pud_pte(pud)) macro
921 static inline int pud_present(pud_t pud) in pud_present() function
855 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