Lines Matching defs:tlb
10 #define tlb_start_vma(tlb, vma) do { } while (0) argument
11 #define tlb_end_vma(tlb, vma) do { } while (0) argument
12 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) argument
25 static inline void __tlb_remove_tlb_entry(struct mmu_gather *tlb, pte_t *ptep, in __tlb_remove_tlb_entry()
34 static inline void init_tlb_gather(struct mmu_gather *tlb) in init_tlb_gather()
48 tlb_gather_mmu(struct mmu_gather *tlb, struct mm_struct *mm, unsigned int full_mm_flush) in tlb_gather_mmu()
60 tlb_flush_mmu(struct mmu_gather *tlb) in tlb_flush_mmu()
74 tlb_finish_mmu(struct mmu_gather *tlb, unsigned long start, unsigned long end) in tlb_finish_mmu()
87 static inline int __tlb_remove_page(struct mmu_gather *tlb, struct page *page) in __tlb_remove_page()
94 static inline void tlb_remove_page(struct mmu_gather *tlb, struct page *page) in tlb_remove_page()
106 #define tlb_remove_tlb_entry(tlb, ptep, address) \ argument
112 #define pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr) argument
114 #define pud_free_tlb(tlb, pudp, addr) __pud_free_tlb(tlb, pudp, addr) argument
116 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) argument