Searched refs:pmd_pgtable (Results 1 – 16 of 16) sorted by relevance
161 #define pmd_pgtable pmd_pgtable macro162 static inline pgtable_t pmd_pgtable(pmd_t pmd) in pmd_pgtable() function
164 #define pmd_pgtable(pmd) ((pgtable_t) pmd_page(pmd)) macro
169 pte = pmd_pgtable(*pmd); in pgd_free()
79 #define pmd_pgtable(pmd) ((pgtable_t)pmd_page_vaddr(pmd)) macro
94 #define pmd_pgtable(pmd) pfn_to_virt(pmd_val(pmd) >> PAGE_SHIFT) macro
421 #define pmd_pgtable(pmd) ((pgtable_t)__pmd_page(pmd)) macro
1102 #define pmd_pgtable(PMD) ((pte_t *)pmd_page_vaddr(PMD)) macro
46 #ifndef pmd_pgtable47 #define pmd_pgtable(pmd) pmd_page(pmd) macro
335 is_kasan_pte = (pmd_pgtable(*pmdp) == lm_alias(kasan_early_shadow_pte)); in kasan_shallow_populate_pmd()
419 pgtable_t token = pmd_pgtable(*pmd); in hugetlb_free_pte_range()
351 pgtable_t token = pmd_pgtable(*pmd); in hugetlb_free_pte_range()
1070 pmd_populate(mm, pmd, pmd_pgtable(_pmd)); in collapse_huge_page()1092 pgtable = pmd_pgtable(_pmd); in collapse_huge_page()1422 pte_free(mm, pmd_pgtable(pmd)); in collapse_and_free_pmd()
275 pmd_populate(mm, new_pmd, pmd_pgtable(pmd)); in move_normal_pmd()
1193 args->start_ptep = pmd_pgtable(READ_ONCE(*args->pmdp)); in init_args()
224 pgtable_t token = pmd_pgtable(*pmd); in free_pte_range()
1793 #define pmd_pgtable(pmd) \ macro