Searched defs:pud_present (Results 1 – 19 of 19) 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
57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
192 static inline int pud_present(pud_t pud) in pud_present() function
113 #define pud_present(pud) (pud_val(pud)) macro
134 #define pud_present(x) (pud_val(x)) macro
293 static inline int pud_present(pud_t pud) in pud_present() function
160 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro
159 #define pud_present(pud) (pud_val(pud) != 0) macro
214 static inline int pud_present(pud_t pud) in pud_present() function
857 #define pud_present(pud) (pud_val(pud) != 0U) macro
258 extern inline int pud_present(pud_t pud) { return pud_val(pud) & _PAGE_VALID; } in pud_present() function
338 #define pud_present(x) (pud_flag(x) & PxD_FLAG_PRESENT) macro
274 #define pud_present(pud) (pud_val(pud) != 0UL) macro
834 static inline int pud_present(pud_t pud) in pud_present() function
972 static inline int pud_present(pud_t pud) in pud_present() function
627 #define pud_present(pud) pte_present(pud_pte(pud)) macro
667 static inline int pud_present(pud_t pud) in pud_present() function
Completed in 37 milliseconds