Home
last modified time | relevance | path

Searched refs:cpu_has_hypervisor (Results 1 – 5 of 5) sorted by relevance

/qemu/target/sparc/
H A Dint64_helper.c199 if (cpu_has_hypervisor(env)) { in sparc_cpu_do_interrupt()
215 if (!cpu_has_hypervisor(env)) { in sparc_cpu_do_interrupt()
224 if (cpu_has_hypervisor(env)) { in sparc_cpu_do_interrupt()
H A Dldst_helper.c85 if (cpu_has_hypervisor(env)) { in ultrasparc_tsb_pointer()
215 if (!(cpu_has_hypervisor(env) && (tag & TLB_UST1_IS_SUN4V_BIT))) { in sun4v_tte_to_sun4u()
239 if (cpu_has_hypervisor(env1)) { in replace_tlb_1bit_lru()
358 || (asi >= 0x30 && cpu_has_hypervisor(env)))) { in do_check_asi()
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()
1678 if (cpu_has_hypervisor(env)) { in helper_st_asi()
1693 if (cpu_has_hypervisor(env)) { in helper_st_asi()
1707 if (cpu_has_hypervisor(env)) { in helper_st_asi()
1722 if (cpu_has_hypervisor(env)) { in helper_st_asi()
H A Dwin_helper.c431 if (cpu_has_hypervisor(env)) { in helper_done()
460 if (cpu_has_hypervisor(env)) { in helper_retry()
H A Dcpu.h683 static inline int cpu_has_hypervisor(CPUSPARCState *env1) in cpu_has_hypervisor() function
690 return cpu_has_hypervisor(env1) && (env1->hpstate & HS_PRIV); in cpu_hypervisor_mode()
H A Dcpu.c66 if (!cpu_has_hypervisor(env)) { in sparc_cpu_reset_hold()
69 env->hpstate = cpu_has_hypervisor(env) ? HS_PRIV : 0; in sparc_cpu_reset_hold()