Searched refs:cleanwin (Results 1 – 8 of 8) sorted by relevance
/qemu/linux-user/sparc/ |
H A D | target_cpu.h | 53 env->cleanwin = env->nwindows - 2; in cpu_clone_regs_child()
|
H A D | cpu_loop.c | 114 if (env->cleanwin < env->nwindows - 1) in restore_window() 115 env->cleanwin++; in restore_window()
|
/qemu/target/sparc/ |
H A D | win_helper.c | 196 if (env->cleanwin - env->canrestore == 0) { in helper_save() 247 if (env->cleanwin < env->nwindows - 1) { in helper_restored() 248 env->cleanwin++; in helper_restored()
|
H A D | monitor.c | 156 { "cleanwin", offsetof(CPUSPARCState, cleanwin) },
|
H A D | machine.c | 258 VMSTATE_UINT32(env.cleanwin, SPARCCPU),
|
H A D | cpu.c | 53 env->cleanwin = env->nwindows - 2; in sparc_cpu_reset_hold() 678 env->cleanwin, env->nwindows - 1 - env->cwp); in sparc_cpu_dump_state()
|
H A D | cpu.h | 520 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
|
H A D | translate.c | 3198 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(cleanwin)); in do_rdcleanwin() 3579 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(cleanwin)); in do_wrcleanwin()
|