Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dwin_helper.c61 (env->psrps ? PSR_PS : 0) | in cpu_get_psr()
90 env->psrps = (val & PSR_PS) ? 1 : 0; in cpu_put_psr_raw()
H A Dcpu.h116 #define PSR_PS (1<<6) macro