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.c204 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()
H A Dcpu.h140 #define HS_PRIV (1<<2) macro
694 return cpu_has_hypervisor(env1) && (env1->hpstate & HS_PRIV); in cpu_hypervisor_mode()
H A Dldst_helper.c492 } 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()
H A Dcpu.c67 env->hpstate = cpu_has_hypervisor(env) ? HS_PRIV : 0; in sparc_cpu_reset_hold()