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
21 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
329 #define pgd_none(pgd) (0) macro
947 static inline int pgd_none(pgd_t pgd) in pgd_none() function
613 static inline int pgd_none(pgd_t pgd) in pgd_none() function
Completed in 14 milliseconds