Searched refs:pgd_present (Results 1 – 3 of 3) sorted by relevance
29 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
24 static inline int pgd_present(pgd_t pgd) { return 1; } in pgd_present() function
374 (pgd_present(pgd) && (!(write) || pgd_write(pgd)))437 WARN_ON_ONCE(pgd_present(*pgdp) && !pgd_same(*pgdp, pgd)); \