Searched defs:tlb_flush (Results 1 – 25 of 32) sorted by relevance
12
5 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
5 #define tlb_flush(tlb) do { } while (0) macro
29 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
30 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
35 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
17 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
18 #define tlb_flush(tlb) \ macro
29 #define tlb_flush(tlb) flush_tlb_pending() macro
12 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
23 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
9 #define tlb_flush(tlb) \ macro
12 #define tlb_flush(tlb) \ macro
33 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
9 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
5 #define tlb_flush(tlb) \ macro
41 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
38 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function