Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/mm/
Dhugetlbpage.c563 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()
/linux-4.4.14/mm/
Dgup.c1278 } 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()
/linux-4.4.14/arch/powerpc/include/asm/
Dpage.h405 #define __hugepd(x) ((hugepd_t) { (x) }) macro
/linux-4.4.14/include/linux/
Dhugetlb.h220 #define __hugepd(x) ((hugepd_t) { (x) }) macro