Home
last modified time | relevance | path

Searched refs:flush_tlb_mm (Results 1 – 25 of 43) sorted by relevance

12

/linux/arch/openrisc/include/asm/
H A Dtlbflush.h26 * - 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 Dtlbflush.h74 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 Dtlbflush.h11 * - 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 Dtlbflush.h14 * - 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 Dtlbflush.h9 * - 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 Dtlbflush.h27 #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 Dtlbflush.h8 * - 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 Dtlbflush.h47 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 Dtlbflush.h28 * - 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 Dtlbflush.h114 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 Dtlbflush.h15 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
/linux/arch/csky/include/asm/
H A Dtlbflush.h10 * - 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 Dtlbflush.h25 extern void flush_tlb_mm(struct mm_struct *mm);
/linux/arch/sparc/include/asm/
H A Dtlbflush_32.h9 #define flush_tlb_mm(mm) \ macro
H A Dtlbflush_64.h26 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
/linux/arch/microblaze/mm/
H A Dmmu_context.c63 flush_tlb_mm(mm); in steal_context()
/linux/arch/nios2/include/asm/
H A Dtlbflush.h15 * - 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 Dtlbflush.h27 * - 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 Dtlbflush.h26 * 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 Dtlb.c212 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 Dtlbflush.h41 #define flush_tlb_mm local_flush_tlb_mm macro
/linux/arch/hexagon/mm/
H A Dvm_tlb.c57 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
/linux/arch/riscv/include/asm/
H A Dtlbflush.h47 void flush_tlb_mm(struct mm_struct *mm);
/linux/arch/s390/include/asm/
H A Dtlbflush.h91 * 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 Dsmp.c635 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()

12