Lines Matching defs:tlb
26 #define tlb_flush(tlb) ((void) tlb) argument
43 #define tlb_fast_mode(tlb) 0 argument
45 #define tlb_fast_mode(tlb) 1 argument
81 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush()
92 static inline void tlb_add_flush(struct mmu_gather *tlb, unsigned long addr) in tlb_add_flush()
102 static inline void __tlb_alloc_page(struct mmu_gather *tlb) in __tlb_alloc_page()
112 static inline void tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu()
124 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int fullmm) in tlb_gather_mmu()
136 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu()
151 tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, unsigned long addr) in tlb_remove_tlb_entry()
162 tlb_start_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_start_vma()
173 tlb_end_vma(struct mmu_gather *tlb, struct vm_area_struct *vma) in tlb_end_vma()
179 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page()
191 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page()
197 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in __pte_free_tlb()
213 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb()
222 #define pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr) argument
223 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) argument
224 #define pud_free_tlb(tlb, pudp, addr) pud_free((tlb)->mm, pudp) argument