Searched refs:pgd_huge (Results 1 – 7 of 7) sorted by relevance
33 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function40 #define pgd_huge pgd_huge macro
29 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function38 #define pgd_huge pgd_huge macro
287 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function291 #define pgd_huge pgd_huge macro
107 VM_WARN_ON(!pgd_huge(pgd)); in pgd_page()
312 #define pgd_huge(pgd) (0) macro
229 #ifndef pgd_huge230 #define pgd_huge(x) 0 macro
530 if (pgd_huge(*pgd)) { in follow_page_mask()2281 if (unlikely(pgd_huge(pgd))) { in gup_pgd_range()