Searched refs:HS_PRIV (Results 1 – 4 of 4) sorted by relevance
208 env->hpstate |= HS_PRIV; in sparc_cpu_do_interrupt() 229 env->hpstate |= HS_PRIV; in sparc_cpu_do_interrupt() 237 env->hpstate |= HS_PRIV; in sparc_cpu_do_interrupt()
141 #define HS_PRIV (1<<2)689 return cpu_has_hypervisor(env1) && (env1->hpstate & HS_PRIV); in cpu_hypervisor_mode() 142 #define HS_PRIV global() macro
497 } else if (cpu_has_hypervisor(env) && !(env->hpstate & HS_PRIV)) { in sparc_raise_mmu_fault()503 } else if (cpu_has_hypervisor(env) && !(env->hpstate & HS_PRIV)) { in sparc_raise_mmu_fault()
69 env->hpstate = cpu_has_hypervisor(env) ? HS_PRIV : 0; in sparc_cpu_reset_hold()