/arch/h8300/include/asm/ |
D | tlb.h | 8 #define tlb_flush(tlb) do { } while(0) macro 17 #define tlb_flush(tlb) do { } while(0) macro
|
/arch/c6x/include/asm/ |
D | tlb.h | 4 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/openrisc/include/asm/ |
D | tlb.h | 30 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/x86/include/asm/ |
D | tlb.h | 7 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/mn10300/include/asm/ |
D | tlb.h | 29 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/microblaze/include/asm/ |
D | tlb.h | 14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/cris/include/asm/ |
D | tlb.h | 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/blackfin/include/asm/ |
D | tlb.h | 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/score/include/asm/ |
D | tlb.h | 11 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/hexagon/include/asm/ |
D | tlb.h | 35 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/avr32/include/asm/ |
D | tlb.h | 22 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/sparc/include/asm/ |
D | tlb_32.h | 17 #define tlb_flush(tlb) \ macro
|
D | tlb_64.h | 28 #define tlb_flush(tlb) flush_tlb_pending() macro
|
/arch/m68k/include/asm/ |
D | tlb.h | 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/m32r/include/asm/ |
D | tlb.h | 16 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/mips/include/asm/ |
D | tlb.h | 19 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/tile/include/asm/ |
D | tlb.h | 21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/frv/include/asm/ |
D | tlb.h | 22 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/unicore32/include/asm/ |
D | tlb.h | 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/alpha/include/asm/ |
D | tlb.h | 8 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/parisc/include/asm/ |
D | tlb.h | 4 #define tlb_flush(tlb) \ macro
|
/arch/xtensa/include/asm/ |
D | tlb.h | 41 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/arch/powerpc/mm/ |
D | tlb_hash64.c | 156 void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|
D | tlb_hash32.c | 66 void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|
/arch/arm/include/asm/ |
D | tlb.h | 26 #define tlb_flush(tlb) ((void) tlb) macro 81 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|