Home
last modified time | relevance | path

Searched refs:vhyp (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu-hash64.c516 if (cpu->vhyp) { in ppc_hash64_hpt_base()
536 if (cpu->vhyp) { in ppc_hash64_hpt_mask()
537 return cpu->vhyp_class->hpt_mask(cpu->vhyp); in ppc_hash64_hpt_mask()
560 if (cpu->vhyp) { in ppc_hash64_map_hptes()
561 return cpu->vhyp_class->map_hptes(cpu->vhyp, ptex, n); in ppc_hash64_map_hptes()
580 if (cpu->vhyp) { in ppc_hash64_unmap_hptes()
581 cpu->vhyp_class->unmap_hptes(cpu->vhyp, hptes, ptex, n); in ppc_hash64_unmap_hptes()
673 if (cpu->env.mmu_model == POWERPC_MMU_3_00 && !cpu->vhyp) { in ppc_hash64_pteg_search()
869 if (cpu->vhyp) { in ppc_hash64_set_r()
870 cpu->vhyp_class->hpte_set_r(cpu->vhyp, ptex, pte1); in ppc_hash64_set_r()
[all …]
H A Dmmu-radix64.c505 if (cpu->vhyp) { in vhyp_flat_addressing()
704 assert(!(mmuidx_hv(mmu_idx) && cpu->vhyp)); in ppc_radix64_xlate_impl()
743 if (cpu->vhyp) { in ppc_radix64_xlate_impl()
744 if (!cpu->vhyp_class->get_pate(cpu->vhyp, cpu, lpid, &pate)) { in ppc_radix64_xlate_impl()
H A Dmachine.c256 if (!cpu->vhyp) { in cpu_post_load()
655 assert(!(cpu->compat_pvr && !cpu->vhyp)); in bhrb_needed()
H A Dcompat.c159 g_assert(cpu->vhyp); in ppc_check_compat()
H A Dmisc_helper.c182 assert(!cpu->vhyp); in helper_store_ptcr()
H A Dmmu_common.c44 assert(!cpu->env.has_hv_mode || !cpu->vhyp); in ppc_store_sdr1()