Home
last modified time | relevance | path

Searched refs:is_hugepd (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c549 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()
599 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()
665 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()
997 } else if (is_hugepd(__hugepd(pgd_val(pgd)))) in __find_linux_pte_or_hugepte()
1014 } else if (is_hugepd(__hugepd(pud_val(pud)))) in __find_linux_pte_or_hugepte()
1034 } else if (is_hugepd(__hugepd(pmd_val(pmd)))) in __find_linux_pte_or_hugepte()
/linux-4.1.27/arch/powerpc/include/asm/
Dpage.h382 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
386 #define is_hugepd(pdep) 0 macro
/linux-4.1.27/include/linux/
Dhugetlb.h200 #ifndef is_hugepd
209 #define is_hugepd(hugepd) (0) macro
/linux-4.1.27/mm/
Dgup.c1232 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()
1264 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()
1321 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in __get_user_pages_fast()