/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_hv_ras.c | 86 if (cur_cpu_spec && cur_cpu_spec->flush_tlb) in kvmppc_realmode_mc_power7() 87 cur_cpu_spec->flush_tlb(TLB_INVAL_SCOPE_LPID); in kvmppc_realmode_mc_power7() 104 if (cur_cpu_spec && cur_cpu_spec->flush_tlb) in kvmppc_realmode_mc_power7() 105 cur_cpu_spec->flush_tlb(TLB_INVAL_SCOPE_LPID); in kvmppc_realmode_mc_power7()
|
/linux-4.4.14/arch/frv/include/asm/ |
D | tlbflush.h | 58 #define flush_tlb() flush_tlb_all() macro 63 #define flush_tlb() BUG() macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | tlbflush.h | 106 #define flush_tlb() flush_tlb_current_task() macro 139 #define flush_tlb() flush_tlb_all() macro
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | mce_power.c | 130 if (cur_cpu_spec && cur_cpu_spec->flush_tlb) in mce_handle_derror() 131 cur_cpu_spec->flush_tlb(TLB_INVAL_SCOPE_GLOBAL); in mce_handle_derror() 161 if (cur_cpu_spec && cur_cpu_spec->flush_tlb) { in mce_handle_common_ierror() 162 cur_cpu_spec->flush_tlb(TLB_INVAL_SCOPE_GLOBAL); in mce_handle_common_ierror()
|
D | cputable.c | 360 .flush_tlb = __flush_tlb_power7, 378 .flush_tlb = __flush_tlb_power8, 398 .flush_tlb = __flush_tlb_power7, 418 .flush_tlb = __flush_tlb_power7, 438 .flush_tlb = __flush_tlb_power8, 458 .flush_tlb = __flush_tlb_power8, 478 .flush_tlb = __flush_tlb_power8, 498 .flush_tlb = __flush_tlb_power8,
|
/linux-4.4.14/arch/x86/include/asm/ |
D | tlbflush.h | 175 static inline void flush_tlb(void) in flush_tlb() function 247 #define flush_tlb() flush_tlb_current_task() macro
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | tlbflush.h | 23 extern void flush_tlb(void);
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | tlbflush.h | 44 static inline void flush_tlb(void) in flush_tlb() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | tlbflush.h | 34 static inline void flush_tlb(void) in flush_tlb() function
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | tlbflush.h | 60 #define flush_tlb() __flush_tlb() macro 245 #define flush_tlb() __flush_tlb() macro
|
/linux-4.4.14/arch/metag/include/asm/ |
D | tlbflush.h | 40 #define flush_tlb() __flush_tlb() macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | tlbflush.h | 59 #define flush_tlb() BUG() macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | tlbflush.h | 121 #define flush_tlb() flush_tlb_current_task() macro
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | tlbflush.h | 82 flush_tlb(void) in flush_tlb() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | tlbflush.h | 180 #define flush_tlb() do { } while (0) macro
|
/linux-4.4.14/drivers/misc/sgi-gru/ |
D | grutlbpurge.c | 173 STAT(flush_tlb); in gru_flush_tlb_range()
|
D | gruprocfs.c | 91 printstat(s, flush_tlb); in statistics_show()
|
D | grutables.h | 217 atomic_long_t flush_tlb; member
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | cputable.h | 103 void (*flush_tlb)(unsigned int action); member
|
/linux-4.4.14/arch/x86/kernel/ |
D | vm86_32.c | 190 flush_tlb(); in mark_screen_rdonly()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | head.S | 522 flush_tlb: label
|