Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dtlb.h90 tlb_remove_ptdesc(tlb, pte); in pte_free_tlb()
110 tlb_remove_ptdesc(tlb, pmd); in pmd_free_tlb()
128 tlb_remove_ptdesc(tlb, p4d); in p4d_free_tlb()
146 tlb_remove_ptdesc(tlb, pud); in pud_free_tlb()
/linux-6.12.1/arch/arm64/include/asm/
Dtlb.h86 tlb_remove_ptdesc(tlb, ptdesc); in __pte_free_tlb()
96 tlb_remove_ptdesc(tlb, ptdesc); in __pmd_free_tlb()
110 tlb_remove_ptdesc(tlb, ptdesc); in __pud_free_tlb()
/linux-6.12.1/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-6.12.1/arch/riscv/include/asm/
Dpgalloc.h22 tlb_remove_ptdesc(tlb, pt); in riscv_tlb_remove_ptdesc()
/linux-6.12.1/include/asm-generic/
Dtlb.h491 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, void *pt) in tlb_remove_ptdesc() function