Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Dpage.h399 #define pgd_huge pgd_huge macro
400 int pgd_huge(pgd_t pgd);
403 #define pgd_huge(pgd) 0 macro
/linux-4.4.14/include/linux/
Dhugetlb.h190 #ifndef pgd_huge
191 #define pgd_huge(x) 0 macro
/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage.c85 int pgd_huge(pgd_t pgd) in pgd_huge() function
122 int pgd_huge(pgd_t pgd) in pgd_huge() function
1004 else if (pgd_huge(pgd)) { in __find_linux_pte_or_hugepte()
Dpgtable_64.c342 if (pgd_huge(pgd)) in pgd_page()
/linux-4.4.14/mm/
Dgup.c1363 if (unlikely(pgd_huge(pgd))) { in __get_user_pages_fast()