Searched refs:PS_PRIV (Results 1 – 5 of 5) sorted by relevance
216 cpu_change_pstate(env, PS_PEF | PS_PRIV | PS_IG); in sparc_cpu_do_interrupt()226 env->pstate = PS_PEF | PS_PRIV; in sparc_cpu_do_interrupt()228 cpu_change_pstate(env, PS_PEF | PS_PRIV | PS_MG); in sparc_cpu_do_interrupt()236 cpu_change_pstate(env, PS_PEF | PS_PRIV | PS_AG); in sparc_cpu_do_interrupt()
134 #define PS_PRIV (1<<2) macro695 return env1->pstate & PS_PRIV; in cpu_supervisor_mode()
535 if (env->pstate & PS_PRIV) { in build_sfsr()693 if (env->pstate & PS_PRIV) { in get_physical_address_code()
65 env->pstate = PS_PRIV | PS_RED | PS_PEF; in sparc_cpu_reset_hold()
1348 int idx = (env->pstate & PS_PRIV in helper_ld_asi()