/linux-2.6.39/arch/cris/include/asm/ |
D | tlbflush.h | 27 extern void flush_tlb_mm(struct mm_struct *mm); 32 #define flush_tlb_mm __flush_tlb_mm macro 38 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 43 flush_tlb_mm(current->mm); in flush_tlb()
|
D | tlb.h | 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-2.6.39/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() 137 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | tlbflush_32.h | 40 BTFIXUPDEF_CALL(void, flush_tlb_mm, struct mm_struct *) in BTFIXUPDEF_CALL() 45 #define flush_tlb_mm(mm) BTFIXUP_CALL(flush_tlb_mm)(mm) in BTFIXUPDEF_CALL() macro
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | tlbflush.h | 26 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro 33 #define flush_tlb_mm(mm) do { } while (0) macro 45 #define flush_tlb_mm(mm) smp_flush_tlb_mm(mm) macro
|
D | tlb.h | 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-2.6.39/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
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | tlbflush.h | 107 flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 133 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 139 extern void flush_tlb_mm(struct mm_struct *);
|
/linux-2.6.39/arch/x86/include/asm/ |
D | tlbflush.h | 96 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 134 extern void flush_tlb_mm(struct mm_struct *); 142 flush_tlb_mm(vma->vm_mm); in flush_tlb_range()
|
D | tlb.h | 7 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-2.6.39/arch/mips/include/asm/ |
D | tlbflush.h | 28 extern void flush_tlb_mm(struct mm_struct *); 38 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/linux-2.6.39/arch/sh/include/asm/ |
D | tlbflush.h | 29 extern void flush_tlb_mm(struct mm_struct *mm); 39 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/linux-2.6.39/arch/cris/mm/ |
D | tlb.c | 50 flush_tlb_mm(old_mm); in alloc_context() 90 flush_tlb_mm(mm); /* TODO this might be redundant ? */ in destroy_context()
|
/linux-2.6.39/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
|
/linux-2.6.39/arch/frv/include/asm/ |
D | tlbflush.h | 35 #define flush_tlb_mm(mm) \ macro 65 #define flush_tlb_mm(mm) BUG() macro
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | tlbflush.h | 67 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 133 static inline void flush_tlb_mm (struct mm_struct *mm) in flush_tlb_mm() function 244 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
D | tlb.h | 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-2.6.39/arch/xtensa/mm/ |
D | tlb.c | 64 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 118 flush_tlb_mm(mm); in flush_tlb_range()
|
/linux-2.6.39/arch/tile/kernel/ |
D | tlb.c | 33 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 49 flush_tlb_mm(current->mm); in flush_tlb_current_task()
|
/linux-2.6.39/arch/powerpc/mm/ |
D | tlb_hash32.c | 136 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 154 EXPORT_SYMBOL(flush_tlb_mm);
|
D | tlb_nohash.c | 202 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 220 EXPORT_SYMBOL(flush_tlb_mm); 295 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 301 flush_tlb_mm(tlb->mm); in tlb_flush()
|
/linux-2.6.39/include/asm-generic/ |
D | tlbflush.h | 12 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | tlb.h | 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-2.6.39/arch/tile/include/asm/ |
D | tlb.h | 21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-2.6.39/arch/score/include/asm/ |
D | tlb.h | 11 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|