Searched defs:pgd_none (Results 1 – 7 of 7) sorted by relevance
20 #define pgd_none(pgd) (0) macro
21 #define pgd_none(pgd) (0) macro
21 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
351 static inline int pgd_none(pgd_t pgd) in pgd_none() function
1222 static inline int pgd_none(pgd_t pgd) in pgd_none() function
691 static inline int pgd_none(pgd_t pgd) in pgd_none() function
1023 #define pgd_none(pgd) (pgtable_l5_enabled() && !pgd_val(pgd)) macro