Searched refs:cpu_has_hypervisor (Results 1 – 6 of 6) sorted by relevance
199 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()
80 if (cpu_has_hypervisor(env)) { in ultrasparc_tsb_pointer()210 if (!(cpu_has_hypervisor(env) && (tag & TLB_UST1_IS_SUN4V_BIT))) { in sun4v_tte_to_sun4u()234 if (cpu_has_hypervisor(env1)) { in replace_tlb_1bit_lru()353 || (asi >= 0x30 && cpu_has_hypervisor(env)))) { in do_check_asi()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()1667 if (cpu_has_hypervisor(env)) { in helper_st_asi()1682 if (cpu_has_hypervisor(env)) { in helper_st_asi()1696 if (cpu_has_hypervisor(env)) { in helper_st_asi()1711 if (cpu_has_hypervisor(env)) { in helper_st_asi()
442 if (cpu_has_hypervisor(env)) { in helper_done()471 if (cpu_has_hypervisor(env)) { in helper_retry()
687 static inline int cpu_has_hypervisor(CPUSPARCState *env1) in cpu_has_hypervisor() function694 return cpu_has_hypervisor(env1) && (env1->hpstate & HS_PRIV); in cpu_hypervisor_mode()
64 if (!cpu_has_hypervisor(env)) { in sparc_cpu_reset_hold()67 env->hpstate = cpu_has_hypervisor(env) ? HS_PRIV : 0; in sparc_cpu_reset_hold()
66 #define cpu_has_hypervisor cpu_opt(LOONGARCH_CPU_HYPERVISOR) macro