Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/qemu/target/sparc/
H A Dwin_helper.c207 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 Dmonitor.c156 { "cleanwin", offsetof(CPUSPARCState, cleanwin) },
H A Dmachine.c259 VMSTATE_UINT32(env.cleanwin, SPARCCPU),
H A Dcpu.c51 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 Dcpu.h519 uint32_t cansave, canrestore, otherwin, wstate, cleanwin; member
H A Dtranslate.c3180 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 Dhvtramp.S39 wrpr %g0, 6, %cleanwin
H A Detrap_64.S42 661: wrpr %g0, 7, %cleanwin
H A Drtrap_64.S300 wrpr %g1, 0x0, %cleanwin
/openbmc/linux/arch/sparc/power/
H A Dhibernate_asm.S101 wrpr %g0, 0, %cleanwin
/openbmc/linux/arch/sparc/include/asm/
H A Dttable.h16 rdpr %cleanwin, %l0; add %l0, 1, %l0; \
17 wrpr %l0, 0x0, %cleanwin; \