/qemu/include/exec/ |
H A D | memopidx.h | 39 static inline MemOp get_memop(MemOpIdx oi) in get_memop() 50 static inline unsigned get_mmuidx(MemOpIdx oi) in get_mmuidx()
|
/qemu/tcg/ |
H A D | tcg-op-ldst.c | 93 TCGTemp *addr, MemOpIdx oi) in gen_ldst1() 100 TCGTemp *addr, MemOpIdx oi) in gen_ldst2() 107 static void gen_ld_i64(TCGv_i64 v, TCGTemp *addr, MemOpIdx oi) in gen_ld_i64() 118 static void gen_st_i64(TCGv_i64 v, TCGTemp *addr, MemOpIdx oi) in gen_st_i64() 158 plugin_gen_mem_callbacks(TCGv_i64 copy_addr, TCGTemp *orig_addr, MemOpIdx oi, in plugin_gen_mem_callbacks() 186 MemOpIdx oi, enum qemu_plugin_mem_rw rw) in plugin_gen_mem_callbacks_i32() 201 MemOpIdx oi, enum qemu_plugin_mem_rw rw) in plugin_gen_mem_callbacks_i64() 216 MemOpIdx oi, enum qemu_plugin_mem_rw rw) in plugin_gen_mem_callbacks_i128() 235 MemOpIdx orig_oi, oi; in tcg_gen_qemu_ld_i32_int() local 284 MemOpIdx orig_oi, oi; in tcg_gen_qemu_st_i32_int() local [all …]
|
H A D | tci.c | 279 MemOpIdx oi, const void *tb_ptr) in tci_qemu_ld() 305 MemOpIdx oi, const void *tb_ptr) in tci_qemu_st() 356 MemOpIdx oi; in tcg_qemu_tb_exec() local 886 MemOpIdx oi; in print_insn_tci() local
|
H A D | optimize.c | 2280 MemOpIdx oi = op->args[def->nb_oargs + def->nb_iargs]; in fold_qemu_ld_1reg() local
|
H A D | tcg.c | 102 MemOpIdx oi; member 3041 MemOpIdx oi = op->args[k++]; in tcg_dump_ops() local
|
/qemu/include/accel/tcg/ |
H A D | cpu-ldst.h | 81 MemOpIdx oi = make_memop_idx(MO_UB, mmu_idx); in cpu_ldub_mmuidx_ra() local 95 MemOpIdx oi = make_memop_idx(MO_BEUW | MO_UNALN, mmu_idx); in cpu_lduw_be_mmuidx_ra() local 110 MemOpIdx oi = make_memop_idx(MO_BEUL | MO_UNALN, mmu_idx); in cpu_ldl_be_mmuidx_ra() local 118 MemOpIdx oi = make_memop_idx(MO_BEUQ | MO_UNALN, mmu_idx); in cpu_ldq_be_mmuidx_ra() local 126 MemOpIdx oi = make_memop_idx(MO_LEUW | MO_UNALN, mmu_idx); in cpu_lduw_le_mmuidx_ra() local 141 MemOpIdx oi = make_memop_idx(MO_LEUL | MO_UNALN, mmu_idx); in cpu_ldl_le_mmuidx_ra() local 149 MemOpIdx oi = make_memop_idx(MO_LEUQ | MO_UNALN, mmu_idx); in cpu_ldq_le_mmuidx_ra() local 157 MemOpIdx oi = make_memop_idx(MO_UB, mmu_idx); in cpu_stb_mmuidx_ra() local 165 MemOpIdx oi = make_memop_idx(MO_BEUW | MO_UNALN, mmu_idx); in cpu_stw_be_mmuidx_ra() local 173 MemOpIdx oi = make_memop_idx(MO_BEUL | MO_UNALN, mmu_idx); in cpu_stl_be_mmuidx_ra() local [all …]
|
/qemu/accel/tcg/ |
H A D | user-exec.c | 1080 static uint8_t do_ld1_mmu(CPUState *cpu, vaddr addr, MemOpIdx oi, in do_ld1_mmu() 1093 static uint16_t do_ld2_mmu(CPUState *cpu, vaddr addr, MemOpIdx oi, in do_ld2_mmu() 1111 static uint32_t do_ld4_mmu(CPUState *cpu, vaddr addr, MemOpIdx oi, in do_ld4_mmu() 1129 static uint64_t do_ld8_mmu(CPUState *cpu, vaddr addr, MemOpIdx oi, in do_ld8_mmu() 1148 MemOpIdx oi, uintptr_t ra) in do_ld16_mmu() 1167 MemOpIdx oi, uintptr_t ra) in do_st1_mmu() 1178 MemOpIdx oi, uintptr_t ra) in do_st2_mmu() 1194 MemOpIdx oi, uintptr_t ra) in do_st4_mmu() 1210 MemOpIdx oi, uintptr_t ra) in do_st8_mmu() 1226 MemOpIdx oi, uintptr_t ra) in do_st16_mmu() [all …]
|
H A D | translator.c | 463 MemOpIdx oi = make_memop_idx(MO_UB, db->code_mmuidx); in translator_ldub() local 476 MemOpIdx oi = make_memop_idx(MO_UW, db->code_mmuidx); in translator_lduw_end() local 492 MemOpIdx oi = make_memop_idx(MO_UL, db->code_mmuidx); in translator_ldl_end() local 508 MemOpIdx oi = make_memop_idx(MO_UQ, db->code_mmuidx); in translator_ldq_end() local
|
H A D | cputlb.c | 1743 static bool mmu_lookup(CPUState *cpu, vaddr addr, MemOpIdx oi, in mmu_lookup() 1810 static void *atomic_mmu_lookup(CPUState *cpu, vaddr addr, MemOpIdx oi, in atomic_mmu_lookup() 2328 static uint8_t do_ld1_mmu(CPUState *cpu, vaddr addr, MemOpIdx oi, in do_ld1_mmu() 2341 static uint16_t do_ld2_mmu(CPUState *cpu, vaddr addr, MemOpIdx oi, in do_ld2_mmu() 2366 static uint32_t do_ld4_mmu(CPUState *cpu, vaddr addr, MemOpIdx oi, in do_ld4_mmu() 2387 static uint64_t do_ld8_mmu(CPUState *cpu, vaddr addr, MemOpIdx oi, in do_ld8_mmu() 2409 MemOpIdx oi, uintptr_t ra) in do_ld16_mmu() 2740 MemOpIdx oi, uintptr_t ra) in do_st1_mmu() 2753 MemOpIdx oi, uintptr_t ra) in do_st2_mmu() 2776 MemOpIdx oi, uintptr_t ra) in do_st4_mmu() [all …]
|
/qemu/target/riscv/ |
H A D | op_helper.c | 624 MemOpIdx oi = make_memop_idx(MO_UB, mmu_idx); in helper_hyp_hlv_bu() local 633 MemOpIdx oi = make_memop_idx(MO_TEUW, mmu_idx); in helper_hyp_hlv_hu() local 642 MemOpIdx oi = make_memop_idx(MO_TEUL, mmu_idx); in helper_hyp_hlv_wu() local 651 MemOpIdx oi = make_memop_idx(MO_TEUQ, mmu_idx); in helper_hyp_hlv_d() local 660 MemOpIdx oi = make_memop_idx(MO_UB, mmu_idx); in helper_hyp_hsv_b() local 669 MemOpIdx oi = make_memop_idx(MO_TEUW, mmu_idx); in helper_hyp_hsv_h() local 678 MemOpIdx oi = make_memop_idx(MO_TEUL, mmu_idx); in helper_hyp_hsv_w() local 687 MemOpIdx oi = make_memop_idx(MO_TEUQ, mmu_idx); in helper_hyp_hsv_d() local 703 MemOpIdx oi = make_memop_idx(MO_TEUW, mmu_idx); in helper_hyp_hlvx_hu() local 712 MemOpIdx oi = make_memop_idx(MO_TEUL, mmu_idx); in helper_hyp_hlvx_wu() local
|
/qemu/include/qemu/ |
H A D | plugin.h | 31 make_plugin_meminfo(MemOpIdx oi, enum qemu_plugin_mem_rw rw) in make_plugin_meminfo() 258 MemOpIdx oi, in qemu_plugin_vcpu_mem_cb()
|
/qemu/target/sparc/ |
H A D | ldst_helper.c | 1157 uint64_t helper_ld_code(CPUSPARCState *env, target_ulong addr, uint32_t oi) in helper_ld_code() 1347 MemOpIdx oi; in helper_ld_asi() local
|
H A D | translate.c | 1811 MemOpIdx oi = make_memop_idx(da->memop, da->mem_idx); in gen_ld_asi() local 2249 MemOpIdx oi = make_memop_idx(da->memop, da->mem_idx); in gen_ldda_asi() local
|
/qemu/target/m68k/ |
H A D | op_helper.c | 799 MemOpIdx oi = make_memop_idx(MO_BEUQ, mmu_idx); in do_cas2l() local
|
/qemu/plugins/ |
H A D | core.c | 599 MemOpIdx oi, enum qemu_plugin_mem_rw rw) in qemu_plugin_vcpu_mem_cb()
|
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 238 MemOpIdx oi = make_memop_idx(MO_UB, mmu_idx); in do_access_memset() local 273 MemOpIdx oi = make_memop_idx(MO_UB, access->mmu_idx); in access_get_byte() local 293 MemOpIdx oi = make_memop_idx(MO_UB, access->mmu_idx); in access_set_byte() local
|
/qemu/target/mips/tcg/system/ |
H A D | tlb_helper.c | 599 MemOpIdx oi; in get_pte() local
|
/qemu/target/arm/tcg/ |
H A D | m_helper.c | 1923 MemOpIdx oi; in do_v7m_function_return() local
|