Searched refs:flush_tlb_mm (Results 1 - 25 of 75) sorted by relevance

123

/arch/c6x/include/asm/
H A Dtlb.h4 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/cris/include/asm/
H A Dtlbflush.h14 * - flush_tlb_mm(mm) flushes the specified mm context TLB's
27 extern void flush_tlb_mm(struct mm_struct *mm);
32 #define flush_tlb_mm __flush_tlb_mm macro
38 flush_tlb_mm(vma->vm_mm);
43 flush_tlb_mm(current->mm);
H A Dtlb.h16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/blackfin/include/asm/
H A Dtlb.h18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/m32r/include/asm/
H A Dtlb.h16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/m68k/include/asm/
H A Dtlb.h16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/tile/include/asm/
H A Dtlb.h21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/x86/include/asm/
H A Dtlb.h7 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/openrisc/include/asm/
H A Dtlbflush.h32 * - flush_tlb_mm(mm) flushes the specified mm context TLB's
38 void flush_tlb_mm(struct mm_struct *mm);
46 flush_tlb_mm(current->mm);
H A Dtlb.h30 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/avr32/include/asm/
H A Dtlbflush.h18 * - flush_tlb_mm(mm) flushes the specified mm context TLBs
25 extern void flush_tlb_mm(struct mm_struct *mm);
/arch/frv/include/asm/
H A Dtlb.h22 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/h8300/include/asm/
H A Dtlbflush.h34 static inline void flush_tlb_mm(struct mm_struct *mm) function
/arch/hexagon/include/asm/
H A Dtlb.h35 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
H A Dtlbflush.h38 extern void flush_tlb_mm(struct mm_struct *mm);
/arch/microblaze/include/asm/
H A Dtlb.h14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/mips/include/asm/
H A Dtlb.h19 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
H A Dtlbflush.h10 * - flush_tlb_mm(mm) flushes the specified mm context TLB entries
28 extern void flush_tlb_mm(struct mm_struct *);
38 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
/arch/mn10300/include/asm/
H A Dtlb.h29 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/score/include/asm/
H A Dtlb.h11 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/sparc/include/asm/
H A Dtlb_32.h19 flush_tlb_mm((tlb)->mm); \
/arch/um/include/asm/
H A Dtlbflush.h16 * - flush_tlb_mm(mm) flushes the specified mm context TLB's
23 extern void flush_tlb_mm(struct mm_struct *mm);
/arch/unicore32/include/asm/
H A Dtlb.h18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)
/arch/sh/include/asm/
H A Dtlbflush.h8 * - flush_tlb_mm(mm) flushes the specified mm context TLB's
29 extern void flush_tlb_mm(struct mm_struct *mm);
39 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm) macro
/arch/alpha/include/asm/
H A Dtlb.h8 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm)

Completed in 493 milliseconds

123