Home
last modified time | relevance | path

Searched refs:tlb_remove_ptdesc (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dtlb.h81 tlb_remove_ptdesc(tlb, ptdesc); in __pte_free_tlb()
91 tlb_remove_ptdesc(tlb, ptdesc); in __pmd_free_tlb()
99 tlb_remove_ptdesc(tlb, virt_to_ptdesc(pudp)); in __pud_free_tlb()
/openbmc/linux/arch/arm/include/asm/
H A Dtlb.h55 tlb_remove_ptdesc(tlb, ptdesc); in __pte_free_tlb()
65 tlb_remove_ptdesc(tlb, ptdesc); in __pmd_free_tlb()
/openbmc/linux/arch/s390/include/asm/
H A Dtlb.h97 tlb_remove_ptdesc(tlb, pmd); in pmd_free_tlb()
/openbmc/linux/include/asm-generic/
H A Dtlb.h483 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, void *pt) in tlb_remove_ptdesc() function
/openbmc/linux/arch/s390/mm/
H A Dpgalloc.c392 tlb_remove_ptdesc(tlb, table); in page_table_free_rcu()