Searched refs:pgd_huge (Results 1 – 6 of 6) 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
280 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function284 #define pgd_huge pgd_huge macro
307 #define pgd_huge(pgd) (0) macro
419 #ifndef pgd_huge420 #define pgd_huge(x) 0 macro
821 if (pgd_huge(*pgd)) { in follow_page_mask()2734 if (unlikely(pgd_huge(pgd))) { in gup_pgd_range()
Completed in 17 milliseconds