Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable-64k.h33 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
40 #define pgd_huge pgd_huge macro
Dpgtable-4k.h29 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
38 #define pgd_huge pgd_huge macro
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgtable.h287 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
291 #define pgd_huge pgd_huge macro
/Linux-v5.4/arch/powerpc/mm/
Dpgtable_64.c107 VM_WARN_ON(!pgd_huge(pgd)); in pgd_page()
/Linux-v5.4/arch/powerpc/include/asm/
Dpage.h312 #define pgd_huge(pgd) (0) macro
/Linux-v5.4/include/linux/
Dhugetlb.h229 #ifndef pgd_huge
230 #define pgd_huge(x) 0 macro
/Linux-v5.4/mm/
Dgup.c530 if (pgd_huge(*pgd)) { in follow_page_mask()
2281 if (unlikely(pgd_huge(pgd))) { in gup_pgd_range()