Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dwin_helper.c196 if (env->cleanwin - env->canrestore == 0) { in helper_save()
201 env->canrestore++; in helper_save()
212 if (env->canrestore == 0) { in helper_restore()
219 env->canrestore--; in helper_restore()
238 env->canrestore--; in helper_saved()
246 env->canrestore++; in helper_restored()
H A Dmonitor.c153 { "canrestore", offsetof(CPUSPARCState, canrestore) },
H A Dmachine.c255 VMSTATE_UINT32(env.canrestore, 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.c3189 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(canrestore)); in do_rdcanrestore()
3572 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(canrestore)); in do_wrcanrestore()
/qemu/linux-user/sparc/
H A Dcpu_loop.c79 env->canrestore--; in save_window()
113 env->canrestore++; in restore_window()
134 if (env->canrestore == 0) in flush_windows()
137 env->canrestore--; in flush_windows()
H A Dtarget_cpu.h54 env->canrestore = 0; in cpu_clone_regs_child()