Searched refs:vhyp_class (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.c | 537 return cpu->vhyp_class->hpt_mask(cpu->vhyp); in ppc_hash64_hpt_mask() 561 return cpu->vhyp_class->map_hptes(cpu->vhyp, ptex, n); in ppc_hash64_map_hptes() 581 cpu->vhyp_class->unmap_hptes(cpu->vhyp, hptes, ptex, n); in ppc_hash64_unmap_hptes() 870 cpu->vhyp_class->hpte_set_r(cpu->vhyp, ptex, pte1); in ppc_hash64_set_r() 885 cpu->vhyp_class->hpte_set_c(cpu->vhyp, ptex, pte1); in ppc_hash64_set_c()
|
H A D | excp_helper.c | 834 cpu->vhyp_class->hypercall(cpu->vhyp, cpu); in powerpc_excp_7xx() 984 cpu->vhyp_class->hypercall(cpu->vhyp, cpu); in powerpc_excp_74xx() 1473 cpu->vhyp_class->hypercall(cpu->vhyp, cpu); in powerpc_excp_books() 1609 cpu->vhyp_class->deliver_hv_excp(cpu, excp); in powerpc_excp_books()
|
H A D | mmu-radix64.c | 730 if (!cpu->vhyp_class->get_pate(cpu->vhyp, cpu, lpid, &pate)) { in ppc_radix64_xlate_impl()
|
H A D | cpu.h | 1449 PPCVirtualHypervisorClass *vhyp_class; member 1559 return cpu->vhyp_class->cpu_in_nested(cpu); in DECLARE_OBJ_CHECKERS()
|
H A D | cpu_init.c | 6774 cpu->vhyp_class = PPC_VIRTUAL_HYPERVISOR_GET_CLASS(vhyp); in cpu_ppc_set_vhyp() 7369 cpu->vhyp_class->cpu_exec_enter(cpu->vhyp, cpu); in ppc_cpu_exec_enter() 7378 cpu->vhyp_class->cpu_exec_exit(cpu->vhyp, cpu); in ppc_cpu_exec_exit()
|
H A D | kvm.c | 870 sregs.u.s.sdr1 = cpu->vhyp_class->encode_hpt_for_kvm_pr(cpu->vhyp); in kvmppc_put_books_sregs()
|
/openbmc/qemu/hw/ppc/ |
H A D | pegasos2.c | 403 pm->cpu->vhyp_class = PPC_VIRTUAL_HYPERVISOR_GET_CLASS(pm->cpu->vhyp); in pegasos2_machine_reset()
|