Home
last modified time | relevance | path

Searched refs:has_hv_mode (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dhelper_regs.c188 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()
H A Dexcp_helper.c1401 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()
H A Dmmu-radix64.c700 if (mmuidx_hv(mmu_idx) || !env->has_hv_mode) { in ppc_radix64_xlate_impl()
H A Dmmu_common.c44 assert(!cpu->env.has_hv_mode || !cpu->vhyp); in ppc_store_sdr1()
H A Dmmu-hash64.c1018 } else if (mmuidx_hv(mmu_idx) || !env->has_hv_mode) { in ppc_hash64_xlate()
H A Dcpu.h1349 bool has_hv_mode; /* set when the processor has an HV mode, thus HV priv */ member
2996 if (hv && env->has_hv_mode) { in ppc_interrupts_little_endian()
H A Dcpu_init.c7414 env->has_hv_mode = !!(env->msr_mask & MSR_HVB); in ppc_cpu_instance_init()
/openbmc/qemu/hw/ppc/
H A Dppc.c1102 if (env->has_hv_mode && !cpu->vhyp) { in cpu_ppc_tb_init()