Searched refs:canrestore (Results 1 – 8 of 8) sorted by relevance
/qemu/target/sparc/ |
H A D | win_helper.c | 196 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 D | monitor.c | 153 { "canrestore", offsetof(CPUSPARCState, canrestore) },
|
H A D | machine.c | 255 VMSTATE_UINT32(env.canrestore, 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 | 3189 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 D | cpu_loop.c | 79 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 D | target_cpu.h | 54 env->canrestore = 0; in cpu_clone_regs_child()
|