Searched refs:tsptr (Results 1 – 2 of 2) sorted by relevance
434 trap_state *tsptr = cpu_tsptr(env); in helper_done() local436 env->pc = tsptr->tnpc; in helper_done()437 env->npc = tsptr->tnpc + 4; in helper_done()438 cpu_put_ccr(env, tsptr->tstate >> 32); in helper_done()439 env->asi = (tsptr->tstate >> 24) & 0xff; in helper_done()440 cpu_change_pstate(env, (tsptr->tstate >> 8) & 0xf3f); in helper_done()441 cpu_put_cwp64(env, tsptr->tstate & 0xff); in helper_done()443 uint32_t new_gl = (tsptr->tstate >> 40) & 7; in helper_done()463 trap_state *tsptr = cpu_tsptr(env); in helper_retry() local465 env->pc = tsptr->tpc; in helper_retry()[all …]
135 trap_state *tsptr; in sparc_cpu_do_interrupt() local192 tsptr = cpu_tsptr(env); in sparc_cpu_do_interrupt()194 tsptr->tstate = sparc64_tstate(env); in sparc_cpu_do_interrupt()195 tsptr->tpc = env->pc; in sparc_cpu_do_interrupt()196 tsptr->tnpc = env->npc; in sparc_cpu_do_interrupt()197 tsptr->tt = intno; in sparc_cpu_do_interrupt()