Searched refs:pmd_pgtable (Results 1 – 7 of 7) sorted by relevance
182 #define pmd_pgtable pmd_pgtable macro183 static inline pgtable_t pmd_pgtable(pmd_t pmd) in pmd_pgtable() function
163 #define pmd_pgtable(pmd) ((pgtable_t) pmd_page(pmd)) macro
167 pte = pmd_pgtable(*pmd); in pgd_free()
82 #define pmd_pgtable(pmd) ((pgtable_t)pmd_page_vaddr(pmd)) macro
97 #define pmd_pgtable(pmd) pfn_to_virt(pmd_val(pmd) >> PAGE_SHIFT) macro
1979 #define pmd_pgtable(pmd) \ macro
179 pgtable_t token = pmd_pgtable(*pmd); in free_pte_range()1968 pte_free_tlb(tlb, pmd_pgtable(pmdval), addr); in zap_pte_range()