Searched defs:pgd_present (Results 1 – 7 of 7) sorted by relevance
19 #define pgd_present(pgd) (1) macro
20 #define pgd_present(pgd) (1) macro
23 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
359 static inline int pgd_present(pgd_t pgd) in pgd_present() function
1183 static inline int pgd_present(pgd_t pgd) in pgd_present() function
684 static inline int pgd_present(pgd_t pgd) in pgd_present() function
1025 #define pgd_present(pgd) (!pgd_none(pgd)) macro