/linux-4.1.27/arch/metag/include/asm/ |
D | tlbflush.h | 46 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 55 flush_tlb_mm(vma->vm_mm); in flush_tlb_page() 61 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 67 flush_tlb_mm(mm); in flush_tlb_pgtables()
|
D | tlb.h | 32 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/arch/cris/include/asm/ |
D | tlbflush.h | 26 #define flush_tlb_mm __flush_tlb_mm macro 31 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 36 flush_tlb_mm(current->mm); in flush_tlb()
|
D | tlb.h | 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/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() 138 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/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-4.1.27/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
|
D | tlb.h | 29 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/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 *);
|
D | tlb.h | 8 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/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()
|
/linux-4.1.27/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)
|
/linux-4.1.27/arch/arc/include/asm/ |
D | tlbflush.h | 26 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro 33 extern void flush_tlb_mm(struct mm_struct *mm);
|
D | tlb.h | 15 flush_tlb_mm((tlb)->mm); \
|
/linux-4.1.27/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
|
D | tlb.h | 19 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/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
|
D | mmu_context_64.h | 27 flush_tlb_mm(mm); in destroy_context()
|
D | tlb.h | 53 flush_tlb_mm(tlb->mm); in tlb_finish_mmu()
|
/linux-4.1.27/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-4.1.27/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-4.1.27/arch/frv/include/asm/ |
D | tlbflush.h | 35 #define flush_tlb_mm(mm) \ macro 65 #define flush_tlb_mm(mm) BUG() macro
|
D | tlb.h | 22 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/arch/m68k/include/asm/ |
D | tlbflush.h | 78 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 144 static inline void flush_tlb_mm (struct mm_struct *mm) in flush_tlb_mm() function 255 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-4.1.27/arch/arm64/include/asm/ |
D | tlbflush.h | 76 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 135 flush_tlb_mm(vma->vm_mm); in flush_tlb_range()
|
D | tlb.h | 41 flush_tlb_mm(tlb->mm); in tlb_flush()
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | tlb_hash32.c | 134 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 152 EXPORT_SYMBOL(flush_tlb_mm);
|
D | tlb_nohash.c | 261 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 279 EXPORT_SYMBOL(flush_tlb_mm); 377 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 383 flush_tlb_mm(tlb->mm); in tlb_flush()
|
/linux-4.1.27/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
|
D | tlb.h | 41 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/arch/c6x/include/asm/ |
D | tlb.h | 4 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/include/asm-generic/ |
D | tlbflush.h | 14 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/tile/include/asm/ |
D | tlb.h | 21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
D | tlbflush.h | 114 extern void flush_tlb_mm(struct mm_struct *);
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | tlb.h | 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/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-4.1.27/arch/x86/include/asm/ |
D | tlbflush.h | 185 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 235 #define flush_tlb_mm(mm) flush_tlb_mm_range(mm, 0UL, TLB_FLUSH_ALL, 0UL) macro
|
/linux-4.1.27/arch/score/include/asm/ |
D | tlb.h | 11 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
D | tlbflush.h | 26 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | tlbflush.h | 25 extern void flush_tlb_mm(struct mm_struct *mm);
|
D | tlb.h | 22 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/arch/um/include/asm/ |
D | tlbflush.h | 23 extern void flush_tlb_mm(struct mm_struct *mm);
|
D | tlb.h | 12 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/arch/nios2/include/asm/ |
D | tlbflush.h | 34 extern void flush_tlb_mm(struct mm_struct *mm);
|
D | tlb.h | 14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
/linux-4.1.27/arch/unicore32/include/asm/ |
D | tlb.h | 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
|
D | tlbflush.h | 176 #define flush_tlb_mm local_flush_tlb_mm macro
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | tlb_32.h | 19 flush_tlb_mm((tlb)->mm); \
|
D | tlbflush_32.h | 8 #define flush_tlb_mm(mm) \ macro
|
D | tlbflush_64.h | 23 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/microblaze/mm/ |
D | mmu_context.c | 68 flush_tlb_mm(mm); in steal_context()
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | tlb.h | 6 flush_tlb_mm((tlb)->mm);\
|
D | tlbflush.h | 50 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/hexagon/mm/ |
D | vm_tlb.c | 68 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | tlbflush.h | 51 flush_tlb_mm (struct mm_struct *mm) in flush_tlb_mm() function
|
D | tlb.h | 105 flush_tlb_mm(tlb->mm); in ia64_tlb_flush_mmu_tlbonly()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlbflush.h | 608 #define flush_tlb_mm local_flush_tlb_mm macro 616 extern void flush_tlb_mm(struct mm_struct *mm); 659 extern void flush_tlb_mm(struct mm_struct *mm);
|
D | tlb.h | 100 flush_tlb_mm(tlb->mm); in tlb_flush()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | smp.c | 650 flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 675 EXPORT_SYMBOL(flush_tlb_mm); 734 flush_tlb_mm(vma->vm_mm); in flush_tlb_range()
|
/linux-4.1.27/arch/s390/include/asm/ |
D | tlbflush.h | 187 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/mn10300/mm/ |
D | tlb-smp.c | 143 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/arm/kernel/ |
D | smp_tlb.c | 147 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/cris/arch-v10/mm/ |
D | tlb.c | 64 flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/ia64/sn/kernel/sn2/ |
D | sn2_smp.c | 126 flush_tlb_mm(mm); in sn_tlb_migrate_finish() 208 flush_tlb_mm(mm); in sn2_global_tlb_purge()
|
/linux-4.1.27/arch/m68k/mm/ |
D | mcfmmu.c | 192 flush_tlb_mm(mm); in steal_context()
|
/linux-4.1.27/arch/sparc/mm/ |
D | leon_mm.c | 271 flush_tlb_mm((void *)0); in leon_switch_mm()
|
D | srmmu.c | 422 flush_tlb_mm(ctxp->ctx_mm); in alloc_context() 996 flush_tlb_mm(mm); in destroy_context()
|
/linux-4.1.27/arch/nios2/mm/ |
D | tlb.c | 41 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/um/kernel/ |
D | tlb.c | 479 flush_tlb_mm(current->mm); in flush_tlb_all() 525 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/sh/kernel/ |
D | smp.c | 358 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/mips/kernel/ |
D | smp.c | 330 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/avr32/mm/ |
D | tlb.c | 247 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/x86/mm/ |
D | pgtable.c | 185 flush_tlb_mm(mm); in pud_populate()
|
/linux-4.1.27/arch/arc/mm/ |
D | tlb.c | 400 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | smp.c | 462 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux-4.1.27/Documentation/ |
D | cachetlb.txt | 40 2) void flush_tlb_mm(struct mm_struct *mm) 119 flush_tlb_mm(mm);
|
/linux-4.1.27/fs/proc/ |
D | task_mmu.c | 942 flush_tlb_mm(mm); in clear_refs_write()
|
/linux-4.1.27/kernel/ |
D | fork.c | 507 flush_tlb_mm(oldmm); in dup_mmap()
|