Home
last modified time | relevance | path

Searched refs:PS_PRIV (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dint64_helper.c216 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()
H A Dcpu.h132 #define PS_PRIV (1<<2) macro
699 return env1->pstate & PS_PRIV; in cpu_supervisor_mode()
H A Dmmu_helper.c531 if (env->pstate & PS_PRIV) { in build_sfsr()
689 if (env->pstate & PS_PRIV) { in get_physical_address_code()
H A Dcpu.c63 env->pstate = PS_PRIV | PS_RED | PS_PEF; in sparc_cpu_reset_hold()
H A Dldst_helper.c1337 int idx = (env->pstate & PS_PRIV in helper_ld_asi()