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.c373 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()
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()
1161 cpu->env.tlb_need_flush = TLB_NEED_GLOBAL_FLUSH | TLB_NEED_LOCAL_FLUSH; in ppc_hash64_tlb_flush_hpte()
H A Dmmu_helper.c300 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()
H A Dcpu.h1292 #define TLB_NEED_LOCAL_FLUSH 0x1 macro