Searched defs:pgd_present (Results 1 – 8 of 8) sorted by relevance
19 #define pgd_present(pgd) (1) macro
20 #define pgd_present(pgd) (1) macro
23 #define pgd_present(pgd) (1) macro
24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
331 #define pgd_present(pgd) (1) macro
19 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro
937 static inline int pgd_present(pgd_t pgd) in pgd_present() function
612 static inline int pgd_present(pgd_t pgd) in pgd_present() function