Home
last modified time | relevance | path

Searched defs:pgd_huge (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable-4k.h29 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
38 #define pgd_huge pgd_huge macro
Dpgtable-64k.h30 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
37 #define pgd_huge pgd_huge macro
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h233 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
237 #define pgd_huge pgd_huge macro
/Linux-v4.19/arch/powerpc/include/asm/
Dpage.h322 #define pgd_huge(pgd) (0) macro
/Linux-v4.19/include/linux/
Dhugetlb.h244 #define pgd_huge(x) 0 macro