Searched refs:otherwin (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | win_helper.c | 202 int tt = TT_SPILL | (env->otherwin != 0 in helper_save() 224 int tt = TT_FILL | (env->otherwin != 0 in helper_restore() 238 int tt = TT_SPILL | (env->otherwin != 0 in helper_flushw() 248 if (env->otherwin == 0) { in helper_saved() 251 env->otherwin--; in helper_saved() 261 if (env->otherwin == 0) { in helper_restored() 264 env->otherwin--; in helper_restored()
|
H A D | monitor.c | 154 { "otherwin", offsetof(CPUSPARCState, otherwin) },
|
H A D | machine.c | 257 VMSTATE_UINT32(env.otherwin, 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 | 3188 tcg_gen_ld32s_tl(dst, tcg_env, env64_field_offsetof(otherwin)); in do_rdotherwin() 3557 tcg_gen_st32_tl(src, tcg_env, env64_field_offsetof(otherwin)); in do_wrotherwin()
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | helpers.S | 6 rdpr %otherwin, %g1 10 rdpr %otherwin, %g1
|
H A D | etrap_64.S | 78 rdpr %otherwin, %g3 114 661: wrpr %g3, 0, %otherwin
|
H A D | hvtramp.S | 37 wrpr %g0, 0, %otherwin
|
H A D | syscalls.S | 136 rdpr %otherwin, %g1 140 wrpr %g0, 0x0, %otherwin
|
H A D | rtrap_64.S | 254 rdpr %otherwin, %l2 265 661: wrpr %g0, %g0, %otherwin
|
/openbmc/linux/arch/sparc/power/ |
H A D | hibernate_asm.S | 99 wrpr %g0, 0, %otherwin
|