Searched refs:tpc (Results 1 – 8 of 8) sorted by relevance
/qemu/linux-user/include/host/sparc64/ |
H A D | host-signal.h | 19 return sc->sigc_regs.tpc; in host_signal_pc() 24 sc->sigc_regs.tpc = pc; in host_signal_set_pc()
|
/qemu/util/ |
H A D | thread-pool.c | 286 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 D | signal.c | 449 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 D | int64_helper.c | 195 tsptr->tpc = env->pc; in sparc_cpu_do_interrupt()
|
H A D | machine.c | 32 VMSTATE_UINT64(tpc, trap_state),
|
H A D | win_helper.c | 454 env->pc = tsptr->tpc; in helper_retry()
|
H A D | cpu.h | 220 uint64_t tpc; member
|
H A D | translate.c | 3084 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()
|