Searched refs:canrestore (Results 1 – 13 of 13) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | win_helper.c | 207 if (env->cleanwin - env->canrestore == 0) { in helper_save() 212 env->canrestore++; in helper_save() 223 if (env->canrestore == 0) { in helper_restore() 230 env->canrestore--; in helper_restore() 249 env->canrestore--; in helper_saved() 257 env->canrestore++; in helper_restored()
|
H A D | monitor.c | 153 { "canrestore", offsetof(CPUSPARCState, canrestore) },
|
H A D | machine.c | 256 VMSTATE_UINT32(env.canrestore, SPARCCPU),
|
H A D | cpu.h | 519 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
|
H A D | cpu.c | 674 env->cansave, env->canrestore, env->otherwin, env->wstate, in sparc_cpu_dump_state()
|
H A D | translate.c | 3171 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(canrestore)); in do_rdcanrestore() 3543 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(canrestore)); in do_wrcanrestore()
|
/openbmc/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()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | rtrap_64.S | 257 661: wrpr %l2, %g0, %canrestore 299 rdpr %canrestore, %g1 304 kern_rtt: rdpr %canrestore, %g1
|
H A D | helpers.S | 33 rdpr %canrestore, %g2
|
H A D | etrap_64.S | 96 661: rdpr %canrestore, %g3 103 661: wrpr %g0, 0, %canrestore
|
H A D | hvtramp.S | 36 wrpr %g0, 0, %canrestore
|
/openbmc/linux/arch/sparc/power/ |
H A D | hibernate_asm.S | 98 wrpr %g0, 0, %canrestore
|