Searched refs:HS_PRIV (Results 1 – 4 of 4) sorted by relevance
204 env->hpstate |= HS_PRIV; in sparc_cpu_do_interrupt()225 env->hpstate |= HS_PRIV; in sparc_cpu_do_interrupt()233 env->hpstate |= HS_PRIV; in sparc_cpu_do_interrupt()
140 #define HS_PRIV (1<<2) macro694 return cpu_has_hypervisor(env1) && (env1->hpstate & HS_PRIV); in cpu_hypervisor_mode()
492 } else if (cpu_has_hypervisor(env) && !(env->hpstate & HS_PRIV)) { in sparc_raise_mmu_fault()498 } else if (cpu_has_hypervisor(env) && !(env->hpstate & HS_PRIV)) { in sparc_raise_mmu_fault()
67 env->hpstate = cpu_has_hypervisor(env) ? HS_PRIV : 0; in sparc_cpu_reset_hold()