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
395 if (is_hugepd(__hugepd(p4d_val(p4d)))) { in __find_linux_pte()417 if (is_hugepd(__hugepd(pud_val(pud)))) { in __find_linux_pte()456 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()
150 if (is_hugepd(__hugepd(pmd_val(*pmd)))) in walk_pmd_range()202 if (is_hugepd(__hugepd(pud_val(*pud)))) in walk_pud_range()237 if (is_hugepd(__hugepd(p4d_val(*p4d)))) in walk_p4d_range()274 if (is_hugepd(__hugepd(pgd_val(*pgd)))) in walk_pgd_range()
2787 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()2819 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()2844 if (unlikely(is_hugepd(__hugepd(p4d_val(p4d))))) { in gup_p4d_range()2872 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in gup_pgd_range()
275 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
25 #define is_hugepd(hugepd) (0) macro
Completed in 21 milliseconds