Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dpage.h383 #define pgd_huge pgd_huge macro
384 int pgd_huge(pgd_t pgd);
387 #define pgd_huge(pgd) 0 macro
/linux-4.1.27/include/linux/
Dhugetlb.h180 #ifndef pgd_huge
181 #define pgd_huge(x) 0 macro
/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c85 int pgd_huge(pgd_t pgd) in pgd_huge() function
103 int pgd_huge(pgd_t pgd) in pgd_huge() function
994 else if (pgd_huge(pgd)) { in __find_linux_pte_or_hugepte()
Dpgtable_64.c352 if (pgd_huge(pgd)) in pgd_page()
/linux-4.1.27/mm/
Dgup.c1317 if (unlikely(pgd_huge(pgd))) { in __get_user_pages_fast()