flush_tlb_mm      487 fs/proc/task_mmu.c 		flush_tlb_mm(mm);
flush_tlb_mm       16 include/asm-cris/tlb.h #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
flush_tlb_mm       27 include/asm-cris/tlbflush.h extern void flush_tlb_mm(struct mm_struct *mm);
flush_tlb_mm       38 include/asm-cris/tlbflush.h 	flush_tlb_mm(vma->vm_mm);
flush_tlb_mm       43 include/asm-cris/tlbflush.h 	flush_tlb_mm(current->mm);
flush_tlb_mm       22 include/asm-frv/tlb.h #define tlb_flush(tlb)		flush_tlb_mm((tlb)->mm)
flush_tlb_mm       16 include/asm-m32r/tlb.h #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
flush_tlb_mm       16 include/asm-m68k/tlb.h #define tlb_flush(tlb)		flush_tlb_mm((tlb)->mm)
flush_tlb_mm       29 include/asm-mn10300/tlb.h #define tlb_flush(tlb)	flush_tlb_mm((tlb)->mm)
flush_tlb_mm        6 include/asm-parisc/tlb.h 		flush_tlb_mm((tlb)->mm);\
flush_tlb_mm       12 include/asm-um/tlb.h #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
flush_tlb_mm       23 include/asm-um/tlbflush.h extern void flush_tlb_mm(struct mm_struct *mm);
flush_tlb_mm        7 include/asm-x86/tlb.h #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
flush_tlb_mm      134 include/asm-x86/tlbflush.h extern void flush_tlb_mm(struct mm_struct *);
flush_tlb_mm      142 include/asm-x86/tlbflush.h 	flush_tlb_mm(vma->vm_mm);
flush_tlb_mm       41 include/asm-xtensa/tlb.h #define tlb_flush(tlb)				flush_tlb_mm((tlb)->mm)
flush_tlb_mm       38 include/asm-xtensa/tlbflush.h extern void flush_tlb_mm(struct mm_struct*);
flush_tlb_mm      361 kernel/fork.c  	flush_tlb_mm(oldmm);