Home
last modified time | relevance | path

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

/linux/arch/um/include/asm/
H A Dpgalloc.h38 pagetable_pmd_dtor(virt_to_ptdesc(pmd)); \
/linux/arch/arm/include/asm/
H A Dtlb.h64 pagetable_pmd_dtor(ptdesc); in __pmd_free_tlb()
/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst68pagetable_pmd_dtor()。
/linux/arch/arm64/include/asm/
H A Dtlb.h95 pagetable_pmd_dtor(ptdesc); in __pmd_free_tlb()
/linux/arch/s390/include/asm/
H A Dtlb.h105 pagetable_pmd_dtor(virt_to_ptdesc(pmd)); in pmd_free_tlb()
H A Dpgalloc.h99 pagetable_pmd_dtor(virt_to_ptdesc(pmd)); in pmd_free()
/linux/arch/x86/mm/
H A Dpgtable.c72 pagetable_pmd_dtor(ptdesc); in ___pmd_free_tlb()
225 pagetable_pmd_dtor(ptdesc); in free_pmds()
845 pagetable_pmd_dtor(virt_to_ptdesc(pmd)); in pud_free_pmd_page()
/linux/include/asm-generic/
H A Dpgalloc.h151 pagetable_pmd_dtor(ptdesc); in pmd_free()
/linux/arch/riscv/include/asm/
H A Dpgalloc.h178 pagetable_pmd_dtor(ptdesc); in __pmd_free_tlb()
/linux/arch/powerpc/mm/book3s64/
H A Dmmu_context.c256 pagetable_pmd_dtor(ptdesc); in pmd_frag_destroy()
H A Dpgtable.c446 pagetable_pmd_dtor(ptdesc); in pmd_fragment_free()
/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst72 allocation and pagetable_pmd_dtor() on freeing.
/linux/include/linux/
H A Dmm.h3073 static inline void pagetable_pmd_dtor(struct ptdesc *ptdesc) in pagetable_pmd_dtor() function