Home
last modified time | relevance | path

Searched refs:pagetable_pmd_dtor (Results 1 – 10 of 10) 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/powerpc/mm/book3s64/
H A Dmmu_context.c256 pagetable_pmd_dtor(ptdesc); in pmd_frag_destroy()
/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst72 allocation and pagetable_pmd_dtor() on freeing.
/linux/arch/riscv/mm/
H A Dinit.c1582 pagetable_pmd_dtor(ptdesc); in free_pmd_table()
/linux/include/linux/
H A Dmm.h3107 static inline void pagetable_pmd_dtor(struct ptdesc *ptdesc) in pagetable_pmd_dtor() function