Searched refs:__hugepd (Results 1 – 4 of 4) sorted by relevance
563 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()613 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()679 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()1007 } else if (is_hugepd(__hugepd(pgd_val(pgd)))) in __find_linux_pte_or_hugepte()1024 } else if (is_hugepd(__hugepd(pud_val(pud)))) in __find_linux_pte_or_hugepte()1051 } else if (is_hugepd(__hugepd(pmd_val(pmd)))) in __find_linux_pte_or_hugepte()
1278 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()1283 if (!gup_huge_pd(__hugepd(pmd_val(pmd)), addr, in gup_pmd_range()1310 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()1311 if (!gup_huge_pd(__hugepd(pud_val(pud)), addr, in gup_pud_range()1367 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in __get_user_pages_fast()1368 if (!gup_huge_pd(__hugepd(pgd_val(pgd)), addr, in __get_user_pages_fast()
405 #define __hugepd(x) ((hugepd_t) { (x) }) macro
220 #define __hugepd(x) ((hugepd_t) { (x) }) macro