Home
last modified time | relevance | path

Searched refs:PPC_TLB_EPID_LOAD (Results 1 – 6 of 6) 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()
H A Dmem_helper.c345 cpu_ldl_mmuidx_ra(env, addr, PPC_TLB_EPID_LOAD, GETPC()); in helper_icbiep()
H A Dmmu_helper.c1004 tlb_flush_by_mmuidx(env_cpu(env), 1 << PPC_TLB_EPID_LOAD); in helper_booke_set_eplc()
H A Dtranslate.c2675 tcg_gen_qemu_ld_tl(cpu_gpr[rD(ctx->opcode)], EA, PPC_TLB_EPID_LOAD, ldop);\
4361 tcg_gen_qemu_ld_tl(t0, t0, PPC_TLB_EPID_LOAD, DEF_MEMOP(MO_UB)); in gen_dcbfep()
4402 tcg_gen_qemu_ld_tl(t0, t0, PPC_TLB_EPID_LOAD, DEF_MEMOP(MO_UB)); in gen_dcbstep()
H A Dcpu.h1208 #define PPC_TLB_EPID_LOAD 8 macro
/openbmc/qemu/target/ppc/translate/
H A Dfp-impl.c.inc750 tcg_gen_qemu_ld_i64(t0, EA, PPC_TLB_EPID_LOAD, DEF_MEMOP(MO_UQ));