Searched refs:has_hv_mode (Results 1 – 8 of 8) sorted by relevance
189 if (!env->has_hv_mode || (msr & (1ull << MSR_HV))) { in hreg_compute_hflags_value()519 if (env->has_hv_mode) { in register_generic_sprs()565 if (env->has_hv_mode) { in register_sdr1_sprs()
1395 if (!env->has_hv_mode) { in powerpc_excp_books()1743 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p7_next_unmasked_interrupt()1836 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p8_next_unmasked_interrupt()1982 (env->has_hv_mode && !FIELD_EX64_HV(env->msr) && !lpes0)) { in p9_next_unmasked_interrupt()2087 (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()
1019 } else if (mmuidx_hv(mmu_idx) || !env->has_hv_mode) { in ppc_hash64_xlate()
1352 bool has_hv_mode; /* set when the processor has an HV mode, thus HV priv */ member2993 if (hv && env->has_hv_mode) { in ppc_interrupts_little_endian()
7358 env->has_hv_mode = !!(env->msr_mask & MSR_HVB); in ppc_cpu_instance_init()
1103 if (env->has_hv_mode && !cpu->vhyp) { in cpu_ppc_tb_init()