Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dwin_helper.c423 trap_state *tsptr = cpu_tsptr(env); in helper_done() local
425 env->pc = tsptr->tnpc; in helper_done()
426 env->npc = tsptr->tnpc + 4; in helper_done()
427 cpu_put_ccr(env, tsptr->tstate >> 32); in helper_done()
428 env->asi = (tsptr->tstate >> 24) & 0xff; in helper_done()
429 cpu_change_pstate(env, (tsptr->tstate >> 8) & 0xf3f); in helper_done()
430 cpu_put_cwp64(env, tsptr->tstate & 0xff); in helper_done()
432 uint32_t new_gl = (tsptr->tstate >> 40) & 7; in helper_done()
452 trap_state *tsptr = cpu_tsptr(env); in helper_retry() local
454 env->pc = tsptr->tpc; in helper_retry()
[all …]