Searched refs:wstate (Results 1 – 6 of 6) sorted by relevance
/qemu/target/sparc/ |
H A D | win_helper.c | 192 ? (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 D | monitor.c | 155 { "wstate", offsetof(CPUSPARCState, wstate) },
|
H A D | machine.c | 257 VMSTATE_UINT32(env.wstate, SPARCCPU),
|
H A D | cpu.h | 520 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
|
H A D | cpu.c | 677 env->cansave, env->canrestore, env->otherwin, env->wstate, in sparc_cpu_dump_state()
|
H A D | translate.c | 3214 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()
|