/openbmc/qemu/target/sh4/ |
H A D | translate.c | 40 int memidx; member 496 tcg_gen_qemu_st_i32(REG(B7_4), addr, ctx->memidx, in _decode_opc() 504 tcg_gen_qemu_ld_i32(REG(B11_8), addr, ctx->memidx, in _decode_opc() 528 tcg_gen_qemu_ld_i32(REG(B11_8), addr, ctx->memidx, in _decode_opc() 536 tcg_gen_qemu_ld_i32(REG(B11_8), addr, ctx->memidx, in _decode_opc() 561 tcg_gen_qemu_st_i32(REG(B7_4), REG(B11_8), ctx->memidx, MO_UB); in _decode_opc() 564 tcg_gen_qemu_st_i32(REG(B7_4), REG(B11_8), ctx->memidx, in _decode_opc() 568 tcg_gen_qemu_st_i32(REG(B7_4), REG(B11_8), ctx->memidx, in _decode_opc() 572 tcg_gen_qemu_ld_i32(REG(B11_8), REG(B7_4), ctx->memidx, MO_SB); in _decode_opc() 575 tcg_gen_qemu_ld_i32(REG(B11_8), REG(B7_4), ctx->memidx, in _decode_opc() [all …]
|
/openbmc/qemu/target/arm/tcg/ |
H A D | helper-a64.c | 1086 uint64_t setsize, uint32_t data, int memidx, in set_step() argument 1110 mem = tlb_vaddr_to_host(env, toaddr, MMU_DATA_STORE, memidx); in set_step() 1120 cpu_stb_mmuidx_ra(env, toaddr, data, memidx, ra); in set_step() 1137 uint64_t setsize, uint32_t data, int memidx, in set_step_tags() argument 1150 mem = tlb_vaddr_to_host(env, cleanaddr, MMU_DATA_STORE, memidx); in set_step_tags() 1163 MemOpIdx oi16 = make_memop_idx(MO_TE | MO_128, memidx); in set_step_tags() 1179 int memidx, uint32_t *mtedesc, uintptr_t ra); 1217 uint32_t memidx, uintptr_t ra) in check_setg_alignment() argument 1222 memidx, ra); in check_setg_alignment() 1257 uint32_t memidx = FIELD_EX32(mtedesc, MTEDESC, MIDX); in do_setp() local [all …]
|
H A D | translate-a64.c | 954 TCGv_i64 tcg_addr, MemOp memop, int memidx, in do_gpr_st_memidx() argument 959 tcg_gen_qemu_st_i64(source, tcg_addr, memidx, memop); in do_gpr_st_memidx() 989 MemOp memop, bool extend, int memidx, in do_gpr_ld_memidx() argument 993 tcg_gen_qemu_ld_i64(dest, tcg_addr, memidx, memop); in do_gpr_ld_memidx() 2434 int memidx = arm_to_core_mmu_idx(armmemidx); in handle_sys() local 2447 tcg_gen_qemu_ld_i64(tcg_rt, ptr, memidx, mop); in handle_sys() 2449 tcg_gen_qemu_st_i64(tcg_rt, ptr, memidx, mop); in handle_sys() 2846 int memidx = get_mem_index(s); in gen_compare_and_swap() local 2856 memidx, memop); in gen_compare_and_swap() 2867 int memidx = get_mem_index(s); in gen_compare_and_swap_pair() local [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | tcg-ops.rst | 683 * - qemu_ld_i32/i64/i128 *t0*, *t1*, *flags*, *memidx* 685 qemu_st_i32/i64/i128 *t0*, *t1*, *flags*, *memidx* 687 qemu_st8_i32 *t0*, *t1*, *flags*, *memidx* 698 | The *memidx* selects the qemu tlb index to use (e.g. user or kernel access).
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 93 int memidx; member
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 2938 static inline void gen_r6_ld(target_long addr, int reg, int memidx, in gen_r6_ld() argument 2942 tcg_gen_qemu_ld_tl(t0, tcg_constant_tl(addr), memidx, memop); in gen_r6_ld()
|