Home
last modified time | relevance | path

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

123

/linux/arch/openrisc/include/asm/
H A Dtlbflush.h40 #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.h30 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.h31 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.h30 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.h74 extern void flush_tlb_mm(struct mm_struct *mm);
79 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
/linux/arch/m68k/include/asm/
H A Dtlbflush.h78 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
139 static inline void flush_tlb_mm (struct mm_struct *mm) in flush_tlb_mm() function
250 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
/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.h44 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/arch/powerpc/mm/nohash/
H A Dtlb.c242 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
260 EXPORT_SYMBOL(flush_tlb_mm);
352 flush_tlb_mm(vma->vm_mm); in flush_tlb_range()
358 flush_tlb_mm(tlb->mm); in tlb_flush()
/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.h16 extern void flush_tlb_mm(struct mm_struct *mm);
/linux/arch/um/include/asm/
H A Dtlbflush.h23 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/riscv/mm/
H A Dtlbflush.c115 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
197 flush_tlb_mm(mm); in arch_flush_tlb_batched_pending()
/linux/arch/sparc/include/asm/
H A Dtlbflush_32.h9 #define flush_tlb_mm(mm) \ macro
/linux/arch/microblaze/mm/
H A Dmmu_context.c63 flush_tlb_mm(mm); in steal_context()
/linux/arch/riscv/include/asm/
H A Dtlb.h38 flush_tlb_mm(tlb->mm); in tlb_flush()
/linux/arch/nios2/include/asm/
H A Dtlbflush.h25 extern void flush_tlb_mm(struct mm_struct *mm);
/linux/arch/x86/include/asm/
H A Dtlbflush.h237 #define flush_tlb_mm(mm) \ macro
291 flush_tlb_mm(mm); in arch_flush_tlb_batched_pending()
/linux/arch/parisc/include/asm/
H A Dtlbflush.h36 static inline 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

123