Home
last modified time | relevance | path

Searched refs:HS_PRIV (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dint64_helper.c208 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()
H A Dcpu.h141 #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
H A Dldst_helper.c497 } 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()
H A Dcpu.c69 env->hpstate = cpu_has_hypervisor(env) ? HS_PRIV : 0; in sparc_cpu_reset_hold()