/arch/metag/include/asm/ |
D | tlbflush.h | 47 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 56 flush_tlb_mm(vma->vm_mm); in flush_tlb_page() 62 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 68 flush_tlb_mm(mm); in flush_tlb_pgtables()
|
/arch/cris/include/asm/ |
D | tlbflush.h | 27 #define flush_tlb_mm __flush_tlb_mm macro 32 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 37 flush_tlb_mm(current->mm); in flush_tlb()
|
D | tlb.h | 17 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/arch/powerpc/include/asm/ |
D | tlbflush.h | 48 extern void flush_tlb_mm(struct mm_struct *mm); 53 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro 64 extern void flush_tlb_mm(struct mm_struct *mm); 77 flush_tlb_mm(mm); in local_flush_tlb_mm()
|
/arch/openrisc/include/asm/ |
D | tlbflush.h | 38 void flush_tlb_mm(struct mm_struct *mm); 46 flush_tlb_mm(current->mm); in flush_tlb()
|
D | tlb.h | 30 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/arch/mn10300/include/asm/ |
D | tlbflush.h | 103 extern void flush_tlb_mm(struct mm_struct *); 111 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 123 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/arch/m32r/include/asm/ |
D | tlbflush.h | 27 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro 34 #define flush_tlb_mm(mm) do { } while (0) macro 46 #define flush_tlb_mm(mm) smp_flush_tlb_mm(mm) macro
|
D | tlb.h | 17 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/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 *);
|
/arch/openrisc/mm/ |
D | tlb.c | 132 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 159 flush_tlb_mm(prev); in switch_mm() 181 flush_tlb_mm(mm); in destroy_context()
|
/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
|
/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
|
/arch/cris/mm/ |
D | tlb.c | 53 flush_tlb_mm(old_mm); in alloc_context() 93 flush_tlb_mm(mm); /* TODO this might be redundant ? */ in destroy_context()
|
/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
|
/arch/frv/include/asm/ |
D | tlbflush.h | 35 #define flush_tlb_mm(mm) \ macro 65 #define flush_tlb_mm(mm) BUG() macro
|
/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);
|
/arch/powerpc/include/asm/book3s/64/ |
D | tlbflush.h | 69 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 84 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/arch/c6x/include/asm/ |
D | tlb.h | 5 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/arch/tile/kernel/ |
D | tlb.c | 34 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 50 flush_tlb_mm(current->mm); in flush_tlb_current_task()
|
/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)
|
/arch/hexagon/include/asm/ |
D | tlb.h | 35 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/arch/blackfin/include/asm/ |
D | tlb.h | 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/arch/tile/include/asm/ |
D | tlb.h | 21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|