Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dpgtable.h185 #define pmd_pgtable pmd_pgtable macro
186 static inline pgtable_t pmd_pgtable(pmd_t pmd) in pmd_pgtable() function
/linux-6.15/mm/
H A Dpt_reclaim.c31 pte_free_tlb(tlb, pmd_pgtable(pmdval), addr); in free_pte()
H A Dkhugepaged.c778 pmd_populate(vma->vm_mm, pmd, pmd_pgtable(orig_pmd)); in __collapse_huge_page_copy_failed()
1215 pmd_populate(mm, pmd, pmd_pgtable(_pmd)); in collapse_huge_page()
1240 pgtable = pmd_pgtable(_pmd); in collapse_huge_page()
1687 pte_free_defer(mm, pmd_pgtable(pgt_pmd)); in collapse_pte_mapped_thp()
1805 pte_free_defer(mm, pmd_pgtable(pgt_pmd)); in retract_page_tables()
H A Dmremap.c362 pmd_populate(mm, new_pmd, pmd_pgtable(pmd)); in move_normal_pmd()
H A Ddebug_vm_pgtable.c1254 args->start_ptep = pmd_pgtable(pmdp_get(args->pmdp)); in init_args()
H A Dmemory.c174 pgtable_t token = pmd_pgtable(*pmd); in free_pte_range()
/linux-6.15/arch/arc/include/asm/
H A Dpgtable-levels.h164 #define pmd_pgtable(pmd) ((pgtable_t) pmd_page(pmd)) macro
/linux-6.15/arch/arm/mm/
H A Dpgd.c167 pte = pmd_pgtable(*pmd); in pgd_free()
/linux-6.15/arch/m68k/include/asm/
H A Dmcf_pgtable.h97 #define pmd_pgtable(pmd) pfn_to_virt(pmd_val(pmd) >> PAGE_SHIFT) macro
H A Dmotorola_pgtable.h82 #define pmd_pgtable(pmd) ((pgtable_t)pmd_page_vaddr(pmd)) macro
/linux-6.15/arch/sparc/include/asm/
H A Dpgtable_32.h441 #define pmd_pgtable(pmd) ((pgtable_t)__pmd_page(pmd)) macro
H A Dpgtable_64.h1167 #define pmd_pgtable(PMD) ((pte_t *)pmd_page_vaddr(PMD)) macro
/linux-6.15/arch/sparc/mm/
H A Dhugetlbpage.c302 pgtable_t token = pmd_pgtable(*pmd); in hugetlb_free_pte_range()
/linux-6.15/include/linux/
H A Dpgtable.h49 #ifndef pmd_pgtable
50 #define pmd_pgtable(pmd) pmd_page(pmd) macro
/linux-6.15/arch/s390/include/asm/
H A Dpgtable.h2007 #define pmd_pgtable(pmd) \ macro