Home
last modified time | relevance | path

Searched refs:PS_PEF (Results 1 – 3 of 3) 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.h130 #define PS_PEF (1<<4) /* enable fpu */ macro
771 if ((env->pstate & PS_PEF) && (env->fprs & FPRS_FEF)) { in cpu_get_tb_cpu_state()
H A Dcpu.c53 env->pstate = PS_RMO | PS_PEF | PS_IE; in sparc_cpu_reset_hold()
63 env->pstate = PS_PRIV | PS_RED | PS_PEF; in sparc_cpu_reset_hold()