Searched refs:is_hugepd (Results 1 – 8 of 8) sorted by relevance
43 #define is_hugepd(pdep) 0 macro
40 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
421 if (is_hugepd(__hugepd(p4d_val(p4d)))) { in __find_linux_pte()443 if (is_hugepd(__hugepd(pud_val(pud)))) { in __find_linux_pte()482 if (is_hugepd(__hugepd(pmd_val(pmd)))) { in __find_linux_pte()
375 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()424 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()487 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()
162 if (is_hugepd(__hugepd(pmd_val(*pmd)))) in walk_pmd_range()218 if (is_hugepd(__hugepd(pud_val(*pud)))) in walk_pud_range()253 if (is_hugepd(__hugepd(p4d_val(*p4d)))) in walk_p4d_range()290 if (is_hugepd(__hugepd(pgd_val(*pgd)))) in walk_pgd_range()
3015 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()3047 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()3072 if (unlikely(is_hugepd(__hugepd(p4d_val(p4d))))) { in gup_p4d_range()3100 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in gup_pgd_range()
269 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
25 #define is_hugepd(hugepd) (0) macro