Home
last modified time | relevance | path

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

/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 Dmem_helper.c279 int mmu_idx = epid ? PPC_TLB_EPID_STORE : ppc_env_mmu_index(env, false); in dcbz_common()
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.h1223 #define PPC_TLB_EPID_STORE 9 macro
H A Dtranslate.c2701 cpu_gpr[rD(ctx->opcode)], EA, PPC_TLB_EPID_STORE, stop); \
/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));