Searched defs:pgd_bad (Results 1 – 2 of 2) sorted by relevance
26 static inline int pgd_bad(pgd_t pgd) { return 0; } in pgd_bad() function
323 #define pgd_bad(pgd) (0) macro