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()
132 #define PS_PRIV (1<<2) macro699 return env1->pstate & PS_PRIV; in cpu_supervisor_mode()
531 if (env->pstate & PS_PRIV) { in build_sfsr()689 if (env->pstate & PS_PRIV) { in get_physical_address_code()
63 env->pstate = PS_PRIV | PS_RED | PS_PEF; in sparc_cpu_reset_hold()
1337 int idx = (env->pstate & PS_PRIV in helper_ld_asi()