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.c189 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()
H A Dexcp_helper.c1395 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()
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.c1019 } else if (mmuidx_hv(mmu_idx) || !env->has_hv_mode) { in ppc_hash64_xlate()
H A Dcpu.h1352 bool has_hv_mode; /* set when the processor has an HV mode, thus HV priv */ member
2993 if (hv && env->has_hv_mode) { in ppc_interrupts_little_endian()
H A Dcpu_init.c7358 env->has_hv_mode = !!(env->msr_mask & MSR_HVB); in ppc_cpu_instance_init()
/openbmc/qemu/hw/ppc/
H A Dppc.c1103 if (env->has_hv_mode && !cpu->vhyp) { in cpu_ppc_tb_init()