Searched refs:is_hugepd (Results 1 – 4 of 4) sorted by relevance
549 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()
382 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro386 #define is_hugepd(pdep) 0 macro
200 #ifndef is_hugepd209 #define is_hugepd(hugepd) (0) macro
1232 } 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()