Home
last modified time | relevance | path

Searched refs:raddr (Results 26 – 37 of 37) sorted by relevance

12

/qemu/target/m68k/
H A Dhelper.c160 static void raise_exception_ra(CPUM68KState *env, int tt, uintptr_t raddr) in raise_exception_ra() argument
165 cpu_loop_exit_restore(cs, raddr); in raise_exception_ra()
/qemu/tcg/riscv/
H A Dtcg-target.c.inc1206 tcg_out_goto(s, l->raddr);
1223 tcg_out_goto(s, l->raddr);
1405 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1445 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/target/s390x/tcg/
H A Dmem_helper.c2265 uint64_t table, entry, raddr; in HELPER() local
2293 raddr = table + ((index + i) & 0x7ff) * sizeof(entry); in HELPER()
2294 entry = cpu_ldq_mmuidx_ra(env, raddr, MMU_REAL_IDX, ra); in HELPER()
2298 cpu_stq_mmuidx_ra(env, raddr, entry, MMU_REAL_IDX, ra); in HELPER()
/qemu/tcg/mips/
H A Dtcg-target.c.inc1153 if (!reloc_pc16(s->code_ptr - 1, l->raddr)) {
1180 if (!reloc_pc16(s->code_ptr - 1, l->raddr)) {
1471 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1558 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/tcg/aarch64/
H A Dtcg-target.c.inc1714 tcg_out_goto(s, lb->raddr);
1728 tcg_out_goto(s, lb->raddr);
1918 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1934 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2036 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/target/ppc/
H A Dcpu.h2768 uintptr_t raddr);
2772 uint32_t error_code, uintptr_t raddr);
/qemu/tcg/i386/
H A Dtcg-target.c.inc1960 * Even then, a scratch is only needed for l->raddr. Rather than expose
1970 tcg_out_movi(s, TCG_TYPE_PTR, arg, (uintptr_t)l->raddr);
2022 tcg_out_jmp(s, l->raddr);
2043 tcg_out_jmp(s, l->raddr);
2382 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2510 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/tcg/s390x/
H A Dtcg-target.c.inc1818 tgen_gotoi(s, S390_CC_ALWAYS, lb->raddr);
1834 tgen_gotoi(s, S390_CC_ALWAYS, lb->raddr);
1964 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1980 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2054 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/tcg/arm/
H A Dtcg-target.c.inc1365 /* We arrive at the slow path via "BLNE", so R14 contains l->raddr. */
1387 tcg_out_goto(s, COND_AL, lb->raddr);
1655 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
1738 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/tcg/ppc/
H A Dtcg-target.c.inc2391 tcg_out_b(s, 0, lb->raddr);
2406 tcg_out_b(s, 0, lb->raddr);
2677 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2720 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
2775 ldst->raddr = tcg_splitwx_to_rx(s->code_ptr);
/qemu/linux-user/
H A Dsyscall.c4556 abi_ulong raddr; in do_ipc() local
4557 raddr = target_shmat(cpu_env, first, ptr, second); in do_ipc()
4558 if (is_error(raddr)) in do_ipc()
4559 return get_errno(raddr); in do_ipc()
4560 if (put_user_ual(raddr, third)) in do_ipc()
/qemu/tcg/
H A Dtcg.c101 const tcg_insn_unit *raddr; /* addr of the next IR of qemu_ld/st IR */ member
5756 imm = (uintptr_t)ldst->raddr; in tcg_out_helper_load_common_args()

12