Home
last modified time | relevance | path

Searched refs:tpc (Results 1 – 8 of 8) sorted by relevance

/qemu/linux-user/include/host/sparc64/
H A Dhost-signal.h19 return sc->sigc_regs.tpc; in host_signal_pc()
24 sc->sigc_regs.tpc = pc; in host_signal_set_pc()
/qemu/util/
H A Dthread-pool.c286 ThreadPoolCo tpc = { .co = qemu_coroutine_self(), .ret = -EINPROGRESS }; in thread_pool_submit_co() local
288 thread_pool_submit_aio(func, arg, thread_pool_co_cb, &tpc); in thread_pool_submit_co()
290 return tpc.ret; in thread_pool_submit_co()
/qemu/linux-user/sparc/
H A Dsignal.c449 abi_ulong sf_addr, tpc, tnpc, ptr; in do_rt_sigreturn() local
468 __get_user(tpc, &sf->regs.pc); in do_rt_sigreturn()
470 if ((tpc | tnpc) & 3) { in do_rt_sigreturn()
496 env->pc = tpc; in do_rt_sigreturn()
/qemu/target/sparc/
H A Dint64_helper.c195 tsptr->tpc = env->pc; in sparc_cpu_do_interrupt()
H A Dmachine.c32 VMSTATE_UINT64(tpc, trap_state),
H A Dwin_helper.c454 env->pc = tsptr->tpc; in helper_retry()
H A Dcpu.h220 uint64_t tpc; member
H A Dtranslate.c3084 tcg_gen_ld_tl(dst, r_tsptr, offsetof(trap_state, tpc)); in do_rdtpc()
3455 tcg_gen_st_tl(src, r_tsptr, offsetof(trap_state, tpc)); in do_wrtpc()