Home
last modified time | relevance | path

Searched refs:__hugepd (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/mm/
Dhugetlbpage.c549 if (!is_hugepd(__hugepd(pmd_val(*pmd)))) { in hugetlb_free_pmd_range()
599 if (!is_hugepd(__hugepd(pud_val(*pud)))) { in hugetlb_free_pud_range()
665 if (!is_hugepd(__hugepd(pgd_val(*pgd)))) { in hugetlb_free_pgd_range()
997 } else if (is_hugepd(__hugepd(pgd_val(pgd)))) in __find_linux_pte_or_hugepte()
1014 } else if (is_hugepd(__hugepd(pud_val(pud)))) in __find_linux_pte_or_hugepte()
1034 } else if (is_hugepd(__hugepd(pmd_val(pmd)))) in __find_linux_pte_or_hugepte()
/linux-4.1.27/mm/
Dgup.c1232 } else if (unlikely(is_hugepd(__hugepd(pmd_val(pmd))))) { in gup_pmd_range()
1237 if (!gup_huge_pd(__hugepd(pmd_val(pmd)), addr, in gup_pmd_range()
1264 } else if (unlikely(is_hugepd(__hugepd(pud_val(pud))))) { in gup_pud_range()
1265 if (!gup_huge_pd(__hugepd(pud_val(pud)), addr, in gup_pud_range()
1321 } else if (unlikely(is_hugepd(__hugepd(pgd_val(pgd))))) { in __get_user_pages_fast()
1322 if (!gup_huge_pd(__hugepd(pgd_val(pgd)), addr, in __get_user_pages_fast()
/linux-4.1.27/arch/powerpc/include/asm/
Dpage.h389 #define __hugepd(x) ((hugepd_t) { (x) }) macro
/linux-4.1.27/include/linux/
Dhugetlb.h210 #define __hugepd(x) ((hugepd_t) { (x) }) macro