Searched defs:pud_present (Results 1 – 13 of 13) 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
116 #define pud_present(pud) (pud_val(pud)) macro
130 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
177 static inline int pud_present(pud_t pud) in pud_present() function
294 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
213 static inline int pud_present(pud_t pud) in pud_present() function
875 static inline int pud_present(pud_t pud) in pud_present() function
1042 static inline int pud_present(pud_t pud) in pud_present() function
724 static inline int pud_present(pud_t pud) in pud_present() function
874 #define pud_present(pud) pte_present(pud_pte(pud)) macro