Searched defs:vhyp (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/ppc/ |
| H A D | pegasos2.c | 552 static void pegasos2_hypercall(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in pegasos2_hypercall() 576 static void vhyp_nop(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in vhyp_nop() 580 static target_ulong vhyp_encode_hpt_for_kvm_pr(PPCVirtualHypervisor *vhyp) in vhyp_encode_hpt_for_kvm_pr()
|
| H A D | spapr.c | 1324 static void emulate_spapr_hypercall(PPCVirtualHypervisor *vhyp, in emulate_spapr_hypercall() 1388 static bool spapr_get_pate(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu, in spapr_get_pate() 1468 static hwaddr spapr_hpt_mask(PPCVirtualHypervisor *vhyp) in spapr_hpt_mask() 1475 static target_ulong spapr_encode_hpt_for_kvm_pr(PPCVirtualHypervisor *vhyp) in spapr_encode_hpt_for_kvm_pr() 1488 static const ppc_hash_pte64_t *spapr_map_hptes(PPCVirtualHypervisor *vhyp, in spapr_map_hptes() 1510 static void spapr_unmap_hptes(PPCVirtualHypervisor *vhyp, in spapr_unmap_hptes() 1554 static void spapr_hpte_set_c(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_c() 1570 static void spapr_hpte_set_r(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_r() 4549 static void spapr_cpu_exec_enter(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_enter() 4574 static void spapr_cpu_exec_exit(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_exit()
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu_init.c | 6745 void cpu_ppc_set_vhyp(PowerPCCPU *cpu, PPCVirtualHypervisor *vhyp) in cpu_ppc_set_vhyp()
|
| H A D | cpu.h | 1468 PPCVirtualHypervisor *vhyp; member
|