Searched refs:flush_tlb (Results 1 – 16 of 16) sorted by relevance
/arch/powerpc/kvm/ |
D | book3s_hv_ras.c | 90 if (cur_cpu_spec && cur_cpu_spec->flush_tlb) in kvmppc_realmode_mc_power7() 91 cur_cpu_spec->flush_tlb(TLB_INVAL_SCOPE_LPID); in kvmppc_realmode_mc_power7() 108 if (cur_cpu_spec && cur_cpu_spec->flush_tlb) in kvmppc_realmode_mc_power7() 109 cur_cpu_spec->flush_tlb(TLB_INVAL_SCOPE_LPID); in kvmppc_realmode_mc_power7()
|
/arch/frv/include/asm/ |
D | tlbflush.h | 58 #define flush_tlb() flush_tlb_all() macro 63 #define flush_tlb() BUG() macro
|
/arch/mn10300/include/asm/ |
D | tlbflush.h | 106 #define flush_tlb() flush_tlb_current_task() macro 139 #define flush_tlb() flush_tlb_all() macro
|
/arch/openrisc/include/asm/ |
D | tlbflush.h | 44 static inline void flush_tlb(void) in flush_tlb() function
|
/arch/cris/include/asm/ |
D | tlbflush.h | 35 static inline void flush_tlb(void) in flush_tlb() function
|
/arch/metag/include/asm/ |
D | tlbflush.h | 41 #define flush_tlb() __flush_tlb() macro
|
/arch/microblaze/include/asm/ |
D | tlbflush.h | 59 #define flush_tlb() BUG() macro
|
/arch/m68k/include/asm/ |
D | tlbflush.h | 61 #define flush_tlb() __flush_tlb() macro 246 #define flush_tlb() __flush_tlb() macro
|
/arch/tile/include/asm/ |
D | tlbflush.h | 121 #define flush_tlb() flush_tlb_current_task() macro
|
/arch/s390/include/asm/ |
D | tlbflush.h | 131 #define flush_tlb() do { } while (0) macro
|
/arch/alpha/include/asm/ |
D | tlbflush.h | 83 flush_tlb(void) in flush_tlb() function
|
/arch/powerpc/kernel/ |
D | cputable.c | 371 .flush_tlb = __flush_tlb_power7, 389 .flush_tlb = __flush_tlb_power8, 407 .flush_tlb = __flush_tlb_power9, 426 .flush_tlb = __flush_tlb_power7, 446 .flush_tlb = __flush_tlb_power7, 466 .flush_tlb = __flush_tlb_power8, 486 .flush_tlb = __flush_tlb_power8, 506 .flush_tlb = __flush_tlb_power8, 526 .flush_tlb = __flush_tlb_power8, 546 .flush_tlb = __flush_tlb_power9, [all …]
|
D | mce_power.c | 199 if (cur_cpu_spec && cur_cpu_spec->flush_tlb) { in mce_flush() 200 cur_cpu_spec->flush_tlb(TLB_INVAL_SCOPE_GLOBAL); in mce_flush()
|
D | dt_cpu_ftrs.c | 166 .flush_tlb = NULL, 422 cur_cpu_spec->flush_tlb = __flush_tlb_power8; in feat_enable_mce_power8() 461 cur_cpu_spec->flush_tlb = __flush_tlb_power9; in feat_enable_mce_power9()
|
/arch/powerpc/include/asm/ |
D | cputable.h | 115 void (*flush_tlb)(unsigned int action); member
|
/arch/openrisc/kernel/ |
D | head.S | 530 flush_tlb: label
|