Searched refs:is_hugepd (Results 1 – 5 of 5) sorted by relevance
50 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro
48 #define is_hugepd(pdep) 0 macro
352 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()403 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()471 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()790 } else if (is_hugepd(__hugepd(pgd_val(pgd)))) in __find_linux_pte()807 } else if (is_hugepd(__hugepd(pud_val(pud)))) in __find_linux_pte()830 } else if (is_hugepd(__hugepd(pmd_val(pmd)))) in __find_linux_pte()
313 #define is_hugepd(pdep) (0) macro
255 #define is_hugepd(hpd) (hugepd_ok(hpd)) macro