Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dwin_helper.c107 int cpu_cwp_inc(CPUSPARCState *env, int cwp) in cpu_cwp_inc() function
133 cwp = cpu_cwp_inc(env, env->cwp + 1) ; in helper_rett()
158 cwp = cpu_cwp_inc(env, env->cwp + 1); in helper_restore()
211 cwp = cpu_cwp_inc(env, env->cwp + 1); in helper_restore()
H A Dmmu_helper.c414 cwp = cpu_cwp_inc(env, cwp + 1); in sparc_cpu_memory_rw_debug()