Home
last modified time | relevance | path

Searched refs:TLB_NEED_LOCAL_FLUSH (Results 1 – 4 of 4) sorted by relevance

/qemu/target/ppc/
H A Dhelper_regs.c336 env->tlb_need_flush &= ~TLB_NEED_LOCAL_FLUSH; in check_tlb_flush()
342 if (env->tlb_need_flush & TLB_NEED_LOCAL_FLUSH) { in check_tlb_flush()
343 env->tlb_need_flush &= ~TLB_NEED_LOCAL_FLUSH; in check_tlb_flush()
H A Dmmu_helper.c305 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in ppc_tlb_invalidate_one()
322 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in ppc_tlb_invalidate_one()
386 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_store_sr()
542 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_tlbie_isa300()
711 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_store_40x_pid()
H A Dmmu-hash64.c132 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_SLBIA()
195 env->tlb_need_flush |= TLB_NEED_LOCAL_FLUSH; in helper_SLBIAG()
224 (global == false ? TLB_NEED_LOCAL_FLUSH : TLB_NEED_GLOBAL_FLUSH); in __helper_slbie()
1169 cpu->env.tlb_need_flush = TLB_NEED_GLOBAL_FLUSH | TLB_NEED_LOCAL_FLUSH; in ppc_hash64_tlb_flush_hpte()
H A Dcpu.h1272 #define TLB_NEED_LOCAL_FLUSH 0x1 macro