Searched refs:has_hv_mode (Results 1 – 8 of 8) sorted by relevance
188 if (!env->has_hv_mode || (msr & (1ull << MSR_HV))) { in hreg_compute_hflags_value()518 if (env->has_hv_mode) { in register_generic_sprs()564 if (env->has_hv_mode) { in register_sdr1_sprs()
1401 if (!env->has_hv_mode) { in powerpc_excp_books()1745 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p7_next_unmasked_interrupt()1835 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p8_next_unmasked_interrupt()1976 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p9_next_unmasked_interrupt()2077 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in ppc_next_unmasked_interrupt()
700 if (mmuidx_hv(mmu_idx) || !env->has_hv_mode) { in ppc_radix64_xlate_impl()
44 assert(!cpu->env.has_hv_mode || !cpu->vhyp); in ppc_store_sdr1()
1018 } else if (mmuidx_hv(mmu_idx) || !env->has_hv_mode) { in ppc_hash64_xlate()
1349 bool has_hv_mode; /* set when the processor has an HV mode, thus HV priv */ member2996 if (hv && env->has_hv_mode) { in ppc_interrupts_little_endian()
7414 env->has_hv_mode = !!(env->msr_mask & MSR_HVB); in ppc_cpu_instance_init()
1102 if (env->has_hv_mode && !cpu->vhyp) { in cpu_ppc_tb_init()