Home
last modified time | relevance | path

Searched refs:pagetable_pmd_dtor (Results 1 – 12 of 12) sorted by relevance

/linux-6.6.21/arch/um/include/asm/
Dpgalloc.h38 pagetable_pmd_dtor(virt_to_ptdesc(pmd)); \
/linux-6.6.21/arch/arm/include/asm/
Dtlb.h64 pagetable_pmd_dtor(ptdesc); in __pmd_free_tlb()
/linux-6.6.21/Documentation/translations/zh_CN/mm/
Dsplit_page_table_lock.rst68pagetable_pmd_dtor()。
/linux-6.6.21/arch/arm64/include/asm/
Dtlb.h90 pagetable_pmd_dtor(ptdesc); in __pmd_free_tlb()
/linux-6.6.21/arch/s390/include/asm/
Dtlb.h92 pagetable_pmd_dtor(virt_to_ptdesc(pmd)); in pmd_free_tlb()
Dpgalloc.h100 pagetable_pmd_dtor(virt_to_ptdesc(pmd)); in pmd_free()
/linux-6.6.21/arch/x86/mm/
Dpgtable.c72 pagetable_pmd_dtor(ptdesc); in ___pmd_free_tlb()
222 pagetable_pmd_dtor(ptdesc); in free_pmds()
842 pagetable_pmd_dtor(virt_to_ptdesc(pmd)); in pud_free_pmd_page()
/linux-6.6.21/include/asm-generic/
Dpgalloc.h151 pagetable_pmd_dtor(ptdesc); in pmd_free()
/linux-6.6.21/arch/powerpc/mm/book3s64/
Dmmu_context.c256 pagetable_pmd_dtor(ptdesc); in pmd_frag_destroy()
Dpgtable.c446 pagetable_pmd_dtor(ptdesc); in pmd_fragment_free()
/linux-6.6.21/Documentation/mm/
Dsplit_page_table_lock.rst72 allocation and pagetable_pmd_dtor() on freeing.
/linux-6.6.21/include/linux/
Dmm.h3032 static inline void pagetable_pmd_dtor(struct ptdesc *ptdesc) in pagetable_pmd_dtor() function