Home
last modified time | relevance | path

Searched refs:pagetable_pte_dtor (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h40 pagetable_pte_dtor(ptdesc); in __pte_free_tlb()
64 pagetable_pte_dtor(ptdesc); in pte_free()
H A Dsun3_pgalloc.h22 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/arch/powerpc/mm/
H A Dpgtable-frag.c28 pagetable_pte_dtor(ptdesc); in pte_frag_destroy()
114 pagetable_pte_dtor(ptdesc); in pte_free_now()
/openbmc/linux/arch/nios2/include/asm/
H A Dpgalloc.h33 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/arch/um/include/asm/
H A Dpgalloc.h30 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/arch/arm/include/asm/
H A Dtlb.h44 pagetable_pte_dtor(ptdesc); in __pte_free_tlb()
/openbmc/linux/arch/sh/include/asm/
H A Dpgalloc.h37 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgalloc.h71 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/arch/csky/include/asm/
H A Dpgalloc.h66 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst60pagetable_pte_dtor()完成,它们必须在PTE表分配/释放时被调用。
/openbmc/linux/arch/hexagon/include/asm/
H A Dpgalloc.h92 pagetable_pte_dtor((page_ptdesc(pte))); \
/openbmc/linux/arch/arm64/include/asm/
H A Dtlb.h80 pagetable_pte_dtor(ptdesc); in __pte_free_tlb()
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgalloc.h49 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/arch/mips/include/asm/
H A Dpgalloc.h59 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/include/asm-generic/
H A Dpgalloc.h108 pagetable_pte_dtor(ptdesc); in pte_free()
/openbmc/linux/arch/riscv/include/asm/
H A Dpgalloc.h158 pagetable_pte_dtor(page_ptdesc(pte)); \
/openbmc/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst61 required is done by pagetable_pte_ctor() and pagetable_pte_dtor(), which
/openbmc/linux/arch/m68k/mm/
H A Dmotorola.c204 pagetable_pte_dtor(virt_to_ptdesc((void *)page)); in free_pointer_table()
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c55 pagetable_pte_dtor(page_ptdesc(pte)); in ___pte_free_tlb()
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c331 pagetable_pte_dtor(ptdesc); in pte_free_now()
/openbmc/linux/arch/sparc/mm/
H A Dsrmmu.c375 pagetable_pte_dtor(page_ptdesc(page)); in pte_free()
H A Dinit_64.c2930 pagetable_pte_dtor(ptdesc); in __pte_free()
/openbmc/linux/include/linux/
H A Dmm.h2923 static inline void pagetable_pte_dtor(struct ptdesc *ptdesc) in pagetable_pte_dtor() function