Home
last modified time | relevance | path

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

/qemu/linux-user/sparc/
H A Dcpu_loop.c182 const uint32_t PSR_S = 0x00000080u; in do_getpsr() local
188 PSR_S | in do_getpsr()
193 return (cpu_get_psr(env) & (PSR_ICC | PSR_CWP)) | PSR_S; in do_getpsr()
/qemu/target/sparc/
H A Dwin_helper.c60 (env->psrs ? PSR_S : 0) | in cpu_get_psr()
89 env->psrs = (val & PSR_S) ? 1 : 0; in cpu_put_psr_raw()
H A Dcpu.h115 #define PSR_S (1<<7) macro