Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dwin_helper.c202 int tt = TT_SPILL | (env->otherwin != 0 in helper_save()
224 int tt = TT_FILL | (env->otherwin != 0 in helper_restore()
238 int tt = TT_SPILL | (env->otherwin != 0 in helper_flushw()
248 if (env->otherwin == 0) { in helper_saved()
251 env->otherwin--; in helper_saved()
261 if (env->otherwin == 0) { in helper_restored()
264 env->otherwin--; in helper_restored()
H A Dmonitor.c154 { "otherwin", offsetof(CPUSPARCState, otherwin) },
H A Dmachine.c239 VMSTATE_UINT32(env.otherwin, SPARCCPU),
H A Dcpu.h497 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
H A Dcpu.c672 env->cansave, env->canrestore, env->otherwin, env->wstate, in sparc_cpu_dump_state()
H A Dtranslate.c3153 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(otherwin)); in do_rdotherwin()
3522 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(otherwin)); in do_wrotherwin()