Home
last modified time | relevance | path

Searched refs:cleanwin (Results 1 – 8 of 8) sorted by relevance

/qemu/linux-user/sparc/
H A Dtarget_cpu.h53 env->cleanwin = env->nwindows - 2; in cpu_clone_regs_child()
H A Dcpu_loop.c114 if (env->cleanwin < env->nwindows - 1) in restore_window()
115 env->cleanwin++; in restore_window()
/qemu/target/sparc/
H A Dwin_helper.c196 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 Dmonitor.c156 { "cleanwin", offsetof(CPUSPARCState, cleanwin) },
H A Dmachine.c258 VMSTATE_UINT32(env.cleanwin, SPARCCPU),
H A Dcpu.c53 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 Dcpu.h520 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
H A Dtranslate.c3198 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()