Lines Matching refs:tlb_flush
111 * And allows the architecture to provide and implement tlb_flush():
113 * tlb_flush() may, in addition to the above mentioned mmu_gather fields, make
129 * If an architecture does not provide tlb_flush() a default implementation
137 * This ensures we call tlb_flush() every time tlb_change_page_size() actually
138 * changes the size and provides mmu_gather::page_size to tlb_flush().
385 #if defined(tlb_flush)
386 #error MMU_GATHER_NO_RANGE relies on default tlb_flush()
397 static inline void tlb_flush(struct mmu_gather *tlb)
405 #ifndef tlb_flush
407 * When an architecture does not provide its own tlb_flush() implementation
411 static inline void tlb_flush(struct mmu_gather *tlb)
458 tlb_flush(tlb);