Home
last modified time | relevance | path

Searched refs:pgd_huge (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable-64k.h33 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
40 #define pgd_huge pgd_huge macro
H A Dpgtable-4k.h29 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
38 #define pgd_huge pgd_huge macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h280 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
284 #define pgd_huge pgd_huge macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dpage.h314 #define pgd_huge(pgd) (0) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dhugetlb.h387 #ifndef pgd_huge
388 #define pgd_huge(x) 0 macro
/OK3568_Linux_fs/kernel/mm/
H A Dgup.c809 if (pgd_huge(*pgd)) { in follow_page_mask()
2610 if (unlikely(pgd_huge(pgd))) { in gup_pgd_range()