Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable-64k.h30 static inline int pgd_huge(pgd_t pgd) in pgd_huge() function
37 #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-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/arch/powerpc/mm/
Dpgtable_64.c290 if (pgd_huge(pgd)) in pgd_page()
Ddump_linuxpagetables.c427 if (!pgd_none(*pgd) && !pgd_huge(*pgd)) in walk_pagetables()
Dhugetlbpage.c801 else if (pgd_huge(pgd)) { in __find_linux_pte()
Dpgtable-radix.c867 if (pgd_huge(*pgd)) { in remove_pagetable()
/Linux-v4.19/include/linux/
Dhugetlb.h243 #ifndef pgd_huge
244 #define pgd_huge(x) 0 macro
/Linux-v4.19/mm/
Dgup.c419 if (pgd_huge(*pgd)) { in follow_page_mask()
1746 if (unlikely(pgd_huge(pgd))) { in gup_pgd_range()
/Linux-v4.19/arch/powerpc/xmon/
Dxmon.c3046 if (pgd_huge(*pgdp)) { in show_pte()