Home
last modified time | relevance | path

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

/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()
/arch/powerpc/include/asm/
Dpage.h417 #define __hugepd(x) ((hugepd_t) { (x) }) macro