Searched refs:PPC_TLB_EPID_LOAD (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-booke.c | 263 return mmu_idx == PPC_TLB_EPID_STORE || mmu_idx == PPC_TLB_EPID_LOAD; in is_epid_mmu()
|
H A D | mem_helper.c | 345 cpu_ldl_mmuidx_ra(env, addr, PPC_TLB_EPID_LOAD, GETPC()); in helper_icbiep()
|
H A D | mmu_helper.c | 1004 tlb_flush_by_mmuidx(env_cpu(env), 1 << PPC_TLB_EPID_LOAD); in helper_booke_set_eplc()
|
H A D | translate.c | 2675 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 D | cpu.h | 1208 #define PPC_TLB_EPID_LOAD 8 macro
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 750 tcg_gen_qemu_ld_i64(t0, EA, PPC_TLB_EPID_LOAD, DEF_MEMOP(MO_UQ));
|