Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dwin_helper.c192 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_save()
193 : ((env->wstate & 0x7) << 2)); in helper_save()
214 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_restore()
215 : ((env->wstate & 0x7) << 2)); in helper_restore()
228 ? (TT_WOTHER | ((env->wstate & 0x38) >> 1)) in helper_flushw()
229 : ((env->wstate & 0x7) << 2)); in helper_flushw()
H A Dmonitor.c155 { "wstate", offsetof(CPUSPARCState, wstate) },
H A Dmachine.c257 VMSTATE_UINT32(env.wstate, SPARCCPU),
H A Dcpu.h520 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
H A Dcpu.c677 env->cansave, env->canrestore, env->otherwin, env->wstate, in sparc_cpu_dump_state()
H A Dtranslate.c3214 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(wstate)); in do_rdwstate()
3593 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(wstate)); in do_wrwstate()