Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c48 sp_ptr = env->regbase[get_reg_index(env, cwp1, 6)]; in save_window_offset()
55 sp_ptr, cwp1); in save_window_offset()
88 unsigned int i, cwp1; in restore_window() local
97 cwp1 = cpu_cwp_inc(env, env->cwp + 1); in restore_window()
105 sp_ptr, cwp1); in restore_window()
124 int offset, cwp1; in flush_windows() local
129 cwp1 = cpu_cwp_inc(env, env->cwp + offset); in flush_windows()
131 if (env->wim & (1 << cwp1)) in flush_windows()
139 save_window_offset(env, cwp1); in flush_windows()
142 cwp1 = cpu_cwp_inc(env, env->cwp + 1); in flush_windows()
[all …]