Home
last modified time | relevance | path

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

123

/linux-6.6.21/arch/openrisc/include/asm/
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-6.6.21/arch/alpha/include/asm/
Dtlbflush.h107 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 *);
/linux-6.6.21/arch/mips/include/asm/
Dtlbflush.h30 extern void flush_tlb_mm(struct mm_struct *);
40 #define flush_tlb_mm(mm) drop_mmu_context(mm) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dtlbflush.h31 extern void flush_tlb_mm(struct mm_struct *);
40 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
/linux-6.6.21/arch/sh/include/asm/
Dtlbflush.h30 extern void flush_tlb_mm(struct mm_struct *mm);
40 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
/linux-6.6.21/arch/riscv/include/asm/
Dtlbflush.h37 void flush_tlb_mm(struct mm_struct *mm);
68 #define flush_tlb_mm(mm) flush_tlb_all() macro
Dtlb.h20 flush_tlb_mm(tlb->mm); in tlb_flush()
/linux-6.6.21/arch/arc/include/asm/
Dtlbflush.h27 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
37 extern void flush_tlb_mm(struct mm_struct *mm);
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/
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-6.6.21/arch/powerpc/include/asm/nohash/
Dtlbflush.h74 extern void flush_tlb_mm(struct mm_struct *mm);
79 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
/linux-6.6.21/arch/m68k/include/asm/
Dtlbflush.h78 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
140 static inline void flush_tlb_mm (struct mm_struct *mm) in flush_tlb_mm() function
251 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
/linux-6.6.21/arch/xtensa/include/asm/
Dtlbflush.h44 void flush_tlb_mm(struct mm_struct *);
53 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/
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-6.6.21/arch/powerpc/mm/nohash/
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-6.6.21/include/asm-generic/
Dtlbflush.h15 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
/linux-6.6.21/arch/csky/include/asm/
Dtlbflush.h16 extern void flush_tlb_mm(struct mm_struct *mm);
/linux-6.6.21/arch/um/include/asm/
Dtlbflush.h23 extern void flush_tlb_mm(struct mm_struct *mm);
/linux-6.6.21/arch/hexagon/include/asm/
Dtlbflush.h25 extern void flush_tlb_mm(struct mm_struct *mm);
/linux-6.6.21/arch/sparc/include/asm/
Dtlbflush_32.h9 #define flush_tlb_mm(mm) \ macro
/linux-6.6.21/arch/microblaze/mm/
Dmmu_context.c63 flush_tlb_mm(mm); in steal_context()
/linux-6.6.21/arch/nios2/include/asm/
Dtlbflush.h25 extern void flush_tlb_mm(struct mm_struct *mm);
/linux-6.6.21/arch/x86/include/asm/
Dtlbflush.h237 #define flush_tlb_mm(mm) \ macro
291 flush_tlb_mm(mm); in arch_flush_tlb_batched_pending()
/linux-6.6.21/arch/parisc/include/asm/
Dtlbflush.h36 static inline void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
/linux-6.6.21/arch/hexagon/mm/
Dvm_tlb.c56 void flush_tlb_mm(struct mm_struct *mm) in flush_tlb_mm() function
/linux-6.6.21/arch/microblaze/include/asm/
Dtlbflush.h41 #define flush_tlb_mm local_flush_tlb_mm macro

123