Home
last modified time | relevance | path

Searched refs:PPC_TLB_EPID_STORE (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-booke.c263 return mmu_idx == PPC_TLB_EPID_STORE || mmu_idx == PPC_TLB_EPID_LOAD; in is_epid_mmu()
292 if (mmu_idx == PPC_TLB_EPID_STORE) { in mmubooke206_get_as()
H A Dmmu_helper.c1009 tlb_flush_by_mmuidx(env_cpu(env), 1 << PPC_TLB_EPID_STORE); in helper_booke_set_epsc()
H A Dcpu.h1209 #define PPC_TLB_EPID_STORE 9 macro
H A Dtranslate.c2719 cpu_gpr[rD(ctx->opcode)], EA, PPC_TLB_EPID_STORE, stop); \
4488 gen_helper_dcbz(tcg_env, tcgv_addr, tcg_constant_i32(PPC_TLB_EPID_STORE)); in gen_dcbzep()
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc894 tcg_gen_qemu_st_i64(t0, EA, PPC_TLB_EPID_STORE, DEF_MEMOP(MO_UQ));