/Linux-v4.19/arch/openrisc/include/asm/ |
D | tlbflush.h | 46 #define flush_tlb_mm local_flush_tlb_mm macro 51 extern void flush_tlb_mm(struct mm_struct *mm); 59 flush_tlb_mm(current->mm); in flush_tlb()
|
D | tlb.h | 30 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | tlbflush.h | 108 flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 134 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 140 extern void flush_tlb_mm(struct mm_struct *);
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | tlbflush.h | 9 extern void flush_tlb_mm(struct mm_struct *mm); 22 flush_tlb_mm(mm); in local_flush_tlb_mm()
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | tlbflush.h | 46 #define flush_tlb_mm(mm) flush_tlb_all() macro 57 #define flush_tlb_mm(mm) \ macro
|
D | tlb.h | 25 flush_tlb_mm(tlb->mm); in tlb_flush()
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/ |
D | tlbflush.h | 43 extern void flush_tlb_mm(struct mm_struct *mm); 48 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | tlbflush.h | 29 extern void flush_tlb_mm(struct mm_struct *); 39 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | tlbflush.h | 30 extern void flush_tlb_mm(struct mm_struct *mm); 40 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | tlbflush.h | 45 #define flush_tlb_mm local_flush_tlb_mm macro 61 #define flush_tlb_mm(mm) BUG() macro
|
D | tlb.h | 14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/Linux-v4.19/arch/arc/include/asm/ |
D | tlbflush.h | 30 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro 40 extern void flush_tlb_mm(struct mm_struct *mm);
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | tlbflush.h | 79 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 145 static inline void flush_tlb_mm (struct mm_struct *mm) in flush_tlb_mm() function 256 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
D | tlb.h | 17 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/Linux-v4.19/arch/powerpc/mm/ |
D | tlb_hash32.c | 123 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 141 EXPORT_SYMBOL(flush_tlb_mm);
|
D | tlb_nohash.c | 275 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 293 EXPORT_SYMBOL(flush_tlb_mm); 394 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 400 flush_tlb_mm(tlb->mm); in tlb_flush()
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | tlbflush.h | 114 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 136 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | tlbflush.h | 44 void flush_tlb_mm(struct mm_struct *); 53 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | tlbflush.h | 127 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 162 flush_tlb_mm(vma->vm_mm); in __flush_tlb_range()
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | tlb.h | 5 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/Linux-v4.19/include/asm-generic/ |
D | tlbflush.h | 15 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | tlb.h | 35 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
D | tlbflush.h | 38 extern void flush_tlb_mm(struct mm_struct *mm);
|
/Linux-v4.19/arch/um/include/asm/ |
D | tlbflush.h | 23 extern void flush_tlb_mm(struct mm_struct *mm);
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | tlbflush.h | 34 extern void flush_tlb_mm(struct mm_struct *mm);
|