Searched defs:pgd_present (Results 1 – 20 of 20) sorted by relevance
18 #define pgd_present(pgd) (1) macro
151 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
57 #define pgd_present(pgd) (pgd_val(pgd) != 0) macro
26 #define pgd_present(pgd) (1) macro
23 #define pgd_present(pgd) (1) macro
35 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
19 #define pgd_present(pgd) (1) macro
22 #define pgd_present(pgd) (1) /* pages are always present on non MMU */ macro326 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
318 #define pgd_present(x) (pgd_flag(x) & PxD_FLAG_PRESENT) macro336 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
46 #define pgd_present(pgd) (1) /* pages are always present on NO_MM */ macro200 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
121 #define pgd_present(pgd) (1) macro
195 static inline int pgd_present(pgd_t pgd) in pgd_present() function
831 #define pgd_present(pgd) (pgd_val(pgd) != 0U) macro
261 extern inline int pgd_present(pgd_t pgd) { return pgd_val(pgd) & _PAGE_VALID; } in pgd_present() function
496 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function507 static inline int pgd_present(pgd_t pgd) in pgd_present() function
290 #define pgd_present(pgd) (pgd_val(pgd) != 0UL) macro
429 #define pgd_present(pgd) (pgd_val(pgd)) macro
620 static inline int pgd_present(pgd_t pgd) in pgd_present() function