Lines Matching defs:tlb
56 extern void ___pte_free_tlb(struct mmu_gather *tlb, struct page *pte);
58 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte,
61 ___pte_free_tlb(tlb, pte);
90 extern void ___pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd);
92 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd,
95 ___pmd_free_tlb(tlb, pmd);
127 extern void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud);
129 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud,
132 ___pud_free_tlb(tlb, pud);
170 extern void ___p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d);
172 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d,
176 ___p4d_free_tlb(tlb, p4d);