Searched refs:TLB_NEED_LOCAL_FLUSH (Results 1 – 4 of 4) sorted by relevance
373 env->tlb_need_flush &= ~TLB_NEED_LOCAL_FLUSH; in check_tlb_flush()379 if (env->tlb_need_flush & TLB_NEED_LOCAL_FLUSH) { in check_tlb_flush()380 env->tlb_need_flush &= ~TLB_NEED_LOCAL_FLUSH; in check_tlb_flush()
300 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in ppc_tlb_invalidate_one()315 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in ppc_tlb_invalidate_one()379 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_store_sr()535 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_tlbie_isa300()680 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_store_40x_pid()
133 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_SLBIA()196 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_SLBIAG()225 (global == false ? TLB_NEED_LOCAL_FLUSH : TLB_NEED_GLOBAL_FLUSH); in __helper_slbie()1211 cpu->env.tlb_need_flush = TLB_NEED_GLOBAL_FLUSH | TLB_NEED_LOCAL_FLUSH; in ppc_hash64_tlb_flush_hpte()
1279 #define TLB_NEED_LOCAL_FLUSH 0x1 macro