Home
last modified time | relevance | path

Searched refs:pmd_pgtable (Results 1 – 10 of 10) sorted by relevance

/arch/powerpc/include/asm/
Dpgtable.h168 #define pmd_pgtable pmd_pgtable macro
169 static inline pgtable_t pmd_pgtable(pmd_t pmd) in pmd_pgtable() function
/arch/arc/include/asm/
Dpgtable-levels.h164 #define pmd_pgtable(pmd) ((pgtable_t) pmd_page(pmd)) macro
/arch/arm/mm/
Dpgd.c169 pte = pmd_pgtable(*pmd); in pgd_free()
/arch/m68k/include/asm/
Dmotorola_pgtable.h82 #define pmd_pgtable(pmd) ((pgtable_t)pmd_page_vaddr(pmd)) macro
Dmcf_pgtable.h97 #define pmd_pgtable(pmd) pfn_to_virt(pmd_val(pmd) >> PAGE_SHIFT) macro
/arch/sparc/include/asm/
Dpgtable_32.h439 #define pmd_pgtable(pmd) ((pgtable_t)__pmd_page(pmd)) macro
Dpgtable_64.h1166 #define pmd_pgtable(PMD) ((pte_t *)pmd_page_vaddr(PMD)) macro
/arch/powerpc/mm/
Dhugetlbpage.c351 pgtable_t token = pmd_pgtable(*pmd); in hugetlb_free_pte_range()
/arch/sparc/mm/
Dhugetlbpage.c425 pgtable_t token = pmd_pgtable(*pmd); in hugetlb_free_pte_range()
/arch/s390/include/asm/
Dpgtable.h1883 #define pmd_pgtable(pmd) \ macro