Searched defs:pgd_present (Results 1 – 19 of 19) sorted by relevance
19 #define pgd_present(pgd) (1) macro
150 static inline int pgd_present (pgd_t pgd) { return 1; } in pgd_present() function
152 #define pgd_present(pgd) (pgd_val(pgd) & _PAGE_TABLE) macro
203 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
58 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
23 #define pgd_present(pgd) (1) macro
20 #define pgd_present(pgd) (1) macro
22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro323 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
353 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro371 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
204 static inline int pgd_present(pgd_t pgd) in pgd_present() function
261 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } in pgd_present() function
197 static inline int pgd_present(pgd_t pgd) in pgd_present() function
864 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
351 #define pgd_present(pgd) (1) macro
288 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
591 #define pgd_present(pgd) (pgd_val(pgd)) macro
944 static inline int pgd_present(pgd_t pgd) in pgd_present() function
964 static inline int pgd_present(pgd_t pgd) in pgd_present() function
603 static inline int pgd_present(pgd_t pgd) in pgd_present() function