Searched refs:otherwin (Results 1 – 6 of 6) sorted by relevance
/qemu/target/sparc/ |
H A D | win_helper.c | 191 int tt = TT_SPILL | (env->otherwin != 0 in helper_save() 213 int tt = TT_FILL | (env->otherwin != 0 in helper_restore() 227 int tt = TT_SPILL | (env->otherwin != 0 in helper_flushw() 237 if (env->otherwin == 0) { in helper_saved() 240 env->otherwin--; in helper_saved() 250 if (env->otherwin == 0) { in helper_restored() 253 env->otherwin--; in helper_restored()
|
H A D | monitor.c | 154 { "otherwin", offsetof(CPUSPARCState, otherwin) },
|
H A D | machine.c | 256 VMSTATE_UINT32(env.otherwin, 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 | 3206 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(otherwin)); in do_rdotherwin() 3586 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(otherwin)); in do_wrotherwin()
|