Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A 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/arch/arm64/include/asm/
H A 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/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()
/linux/include/asm-generic/
H A Dtlb.h491 static inline void tlb_remove_ptdesc(struct mmu_gather *tlb, void *pt) in tlb_remove_ptdesc() function