Searched refs:is_hugepd (Results 1 – 9 of 9) sorted by relevance
383 if (is_hugepd(__hugepd(p4d_val(p4d)))) { in __find_linux_pte()405 if (is_hugepd(__hugepd(pud_val(pud)))) { in __find_linux_pte()444 if (is_hugepd(__hugepd(pmd_val(pmd)))) { in __find_linux_pte()
369 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()418 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()481 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()
52 #define is_hugepd(pdep) 0 macro
50 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
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()
635 if (is_hugepd(__hugepd(pmd_val(pmdval)))) { in follow_pmd_mask()733 if (is_hugepd(__hugepd(pud_val(*pud)))) { in follow_pud_mask()769 if (is_hugepd(__hugepd(p4d_val(*p4d)))) { in follow_p4d_mask()827 if (is_hugepd(__hugepd(pgd_val(*pgd)))) { in follow_page_mask()2519 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()2551 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()2576 if (unlikely(is_hugepd(__hugepd(p4d_val(p4d))))) { in gup_p4d_range()2604 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in gup_pgd_range()
306 #define is_hugepd(pdep) (0) macro
286 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
20 #ifndef is_hugepd22 #define is_hugepd(hugepd) (0) macro