Searched refs:pgd_none (Results 1 – 3 of 3) sorted by relevance
21 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
1290 if (pgd_none(*pgd)) in pgd_none_or_clear_bad()
2831 return (unlikely(pgd_none(*pgd)) && __p4d_alloc(mm, pgd, address)) ? in p4d_alloc()
Completed in 18 milliseconds