Searched defs:pgd_none (Results 1 – 6 of 6) sorted by relevance
20 #define pgd_none(pgd) (0) macro
21 #define pgd_none(pgd) (0) macro
349 static inline int pgd_none(pgd_t pgd) in pgd_none() function
1155 static inline int pgd_none(pgd_t pgd) in pgd_none() function
730 static inline int pgd_none(pgd_t pgd) in pgd_none() function
1117 #define pgd_none(pgd) (pgtable_l5_enabled() && !pgd_val(pgd)) macro
Completed in 22 milliseconds