Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dwin_helper.c357 void cpu_gl_switch_gregs(CPUSPARCState *env, uint32_t new_gl) in cpu_gl_switch_gregs() argument
360 src = get_gl_gregset(env, new_gl); in cpu_gl_switch_gregs()
369 void helper_wrgl(CPUSPARCState *env, target_ulong new_gl) in helper_wrgl() argument
371 cpu_gl_switch_gregs(env, new_gl & 7); in helper_wrgl()
372 env->gl = new_gl & 7; in helper_wrgl()
443 uint32_t new_gl = (tsptr->tstate >> 40) & 7; in helper_done() local
445 cpu_gl_switch_gregs(env, new_gl); in helper_done()
446 env->gl = new_gl; in helper_done()
472 uint32_t new_gl = (tsptr->tstate >> 40) & 7; in helper_retry() local
474 cpu_gl_switch_gregs(env, new_gl); in helper_retry()
[all …]
H A Dcpu.h606 void cpu_gl_switch_gregs(CPUSPARCState *env, uint32_t new_gl);