Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/include/asm/
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()
/Linux-v6.6/arch/arm/include/asm/
Dtlb.h55 tlb_remove_ptdesc(tlb, ptdesc); in __pte_free_tlb()
65 tlb_remove_ptdesc(tlb, ptdesc); in __pmd_free_tlb()
/Linux-v6.6/arch/s390/include/asm/
Dtlb.h97 tlb_remove_ptdesc(tlb, pmd); in pmd_free_tlb()
/Linux-v6.6/include/asm-generic/
Dtlb.h483 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, void *pt) in tlb_remove_ptdesc() function
/Linux-v6.6/arch/s390/mm/
Dpgalloc.c389 tlb_remove_ptdesc(tlb, table); in page_table_free_rcu()