Searched refs:cleanwin (Results 1 – 13 of 13) sorted by relevance
/openbmc/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()
|
/openbmc/qemu/target/sparc/ |
H A D | win_helper.c | 207 if (env->cleanwin - env->canrestore == 0) { in helper_save() 258 if (env->cleanwin < env->nwindows - 1) { in helper_restored() 259 env->cleanwin++; in helper_restored()
|
H A D | monitor.c | 156 { "cleanwin", offsetof(CPUSPARCState, cleanwin) },
|
H A D | machine.c | 259 VMSTATE_UINT32(env.cleanwin, SPARCCPU),
|
H A D | cpu.c | 51 env->cleanwin = env->nwindows - 2; in sparc_cpu_reset_hold() 675 env->cleanwin, env->nwindows - 1 - env->cwp); in sparc_cpu_dump_state()
|
H A D | cpu.h | 519 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
|
H A D | translate.c | 3180 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(cleanwin)); in do_rdcleanwin() 3550 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(cleanwin)); in do_wrcleanwin()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | hvtramp.S | 39 wrpr %g0, 6, %cleanwin
|
H A D | etrap_64.S | 42 661: wrpr %g0, 7, %cleanwin
|
H A D | rtrap_64.S | 300 wrpr %g1, 0x0, %cleanwin
|
/openbmc/linux/arch/sparc/power/ |
H A D | hibernate_asm.S | 101 wrpr %g0, 0, %cleanwin
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | ttable.h | 16 rdpr %cleanwin, %l0; add %l0, 1, %l0; \ 17 wrpr %l0, 0x0, %cleanwin; \
|