/linux/arch/openrisc/include/asm/ |
H A D | tlbflush.h | 26 * - flush_tlb_mm(mm) flushes the specified mm context TLB's 40 #define flush_tlb_mm local_flush_tlb_mm macro 45 extern void flush_tlb_mm(struct mm_struct *mm); 53 flush_tlb_mm(current->mm); in flush_tlb()
|
/linux/arch/alpha/include/asm/ |
H A D | tlbflush.h | 74 flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 100 flush_tlb_mm(vma->vm_mm); in flush_tlb_range() 106 extern void flush_tlb_mm(struct mm_struct *);
|
/linux/arch/mips/include/asm/ |
H A D | tlbflush.h | 11 * - flush_tlb_mm(mm) flushes the specified mm context TLB entries 30 extern void flush_tlb_mm(struct mm_struct *); 40 #define flush_tlb_mm(mm) drop_mmu_context(mm) macro
|
/linux/arch/loongarch/include/asm/ |
H A D | tlbflush.h | 14 * - flush_tlb_mm(mm) flushes the specified mm context TLB entries 31 extern void flush_tlb_mm(struct mm_struct *); 40 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/linux/arch/sh/include/asm/ |
H A D | tlbflush.h | 9 * - flush_tlb_mm(mm) flushes the specified mm context TLB's 30 extern void flush_tlb_mm(struct mm_struct *mm); 40 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/linux/arch/arc/include/asm/ |
H A D | tlbflush.h | 27 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro 37 extern void flush_tlb_mm(struct mm_struct *mm);
|
/linux/arch/powerpc/include/asm/nohash/ |
H A D | tlbflush.h | 8 * - flush_tlb_mm(mm) flushes the specified mm context TLB's 74 extern void flush_tlb_mm(struct mm_struct *mm); 79 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | tlbflush.h | 47 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 88 flush_tlb_mm(mm); in local_flush_tlb_mm()
|
/linux/arch/xtensa/include/asm/ |
H A D | tlbflush.h | 28 * - flush_tlb_mm(mm) flushes the specified mm context TLB entries 44 void flush_tlb_mm(struct mm_struct *); 53 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | tlbflush.h | 114 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 127 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
|
/linux/include/asm-generic/ |
H A D | tlbflush.h | 15 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux/arch/csky/include/asm/ |
H A D | tlbflush.h | 10 * - flush_tlb_mm(mm) flushes the specified mm context TLB entries 16 extern void flush_tlb_mm(struct mm_struct *mm);
|
/linux/arch/hexagon/include/asm/ |
H A D | tlbflush.h | 25 extern void flush_tlb_mm(struct mm_struct *mm);
|
/linux/arch/sparc/include/asm/ |
H A D | tlbflush_32.h | 9 #define flush_tlb_mm(mm) \ macro
|
H A D | tlbflush_64.h | 26 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux/arch/microblaze/mm/ |
H A D | mmu_context.c | 63 flush_tlb_mm(mm); in steal_context()
|
/linux/arch/nios2/include/asm/ |
H A D | tlbflush.h | 15 * - flush_tlb_mm(mm) flushes the specified mm context TLB entries 25 extern void flush_tlb_mm(struct mm_struct *mm);
|
/linux/arch/um/include/asm/ |
H A D | tlbflush.h | 27 * - flush_tlb_mm(mm) flushes the specified mm context TLB's 36 extern void flush_tlb_mm(struct mm_struct *mm);
|
/linux/arch/parisc/include/asm/ |
H A D | tlbflush.h | 26 * flush_tlb_mm() 36 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux/arch/um/kernel/ |
H A D | tlb.c | 212 flush_tlb_mm(current->mm); in flush_tlb_all() 215 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux/arch/microblaze/include/asm/ |
H A D | tlbflush.h | 41 #define flush_tlb_mm local_flush_tlb_mm macro
|
/linux/arch/hexagon/mm/ |
H A D | vm_tlb.c | 57 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux/arch/riscv/include/asm/ |
H A D | tlbflush.h | 47 void flush_tlb_mm(struct mm_struct *mm);
|
/linux/arch/s390/include/asm/ |
H A D | tlbflush.h | 91 * flush_tlb_mm(mm) - flushes the specified mm context TLB's 98 * flush_tlb_mm goes together with ptep_set_wrprotect for the 102 * only one user. At the end of the update the flush_tlb_mm and 109 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
|
/linux/arch/alpha/kernel/ |
H A D | smp.c | 635 flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function 658 EXPORT_SYMBOL(flush_tlb_mm); 715 flush_tlb_mm(vma->vm_mm); in flush_tlb_range()
|