Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dwin_helper.c105 cpu_set_cwp(env, val & PSR_CWP); in cpu_put_psr_raw()
178 if ((new_psr & PSR_CWP) >= env->nwindows) { in helper_wrpsr()
H A Dcpu.h116 #define PSR_CWP 0x1f macro
/qemu/linux-user/sparc/
H A Dcpu_loop.c193 return (cpu_get_psr(env) & (PSR_ICC | PSR_CWP)) | PSR_S; in do_getpsr()