Searched refs:PPCVirtualHypervisor (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | cpu.h | 1437 typedef struct PPCVirtualHypervisor PPCVirtualHypervisor; typedef 1455 PPCVirtualHypervisor *vhyp; 1535 void (*hypercall)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu); 1536 hwaddr (*hpt_mask)(PPCVirtualHypervisor *vhyp); 1537 const ppc_hash_pte64_t *(*map_hptes)(PPCVirtualHypervisor *vhyp, 1539 void (*unmap_hptes)(PPCVirtualHypervisor *vhyp, 1542 void (*hpte_set_c)(PPCVirtualHypervisor *vhyp, hwaddr ptex, uint64_t pte1); 1543 void (*hpte_set_r)(PPCVirtualHypervisor *vhyp, hwaddr ptex, uint64_t pte1); 1544 bool (*get_pate)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu, 1546 target_ulong (*encode_hpt_for_kvm_pr)(PPCVirtualHypervisor *vhyp); [all …]
|
H A D | cpu_init.c | 6697 void cpu_ppc_set_vhyp(PowerPCCPU *cpu, PPCVirtualHypervisor *vhyp) in cpu_ppc_set_vhyp()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 1314 static void emulate_spapr_hypercall(PPCVirtualHypervisor *vhyp, in emulate_spapr_hypercall() 1378 static bool spapr_get_pate(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu, in spapr_get_pate() 1435 static hwaddr spapr_hpt_mask(PPCVirtualHypervisor *vhyp) in spapr_hpt_mask() 1442 static target_ulong spapr_encode_hpt_for_kvm_pr(PPCVirtualHypervisor *vhyp) in spapr_encode_hpt_for_kvm_pr() 1455 static const ppc_hash_pte64_t *spapr_map_hptes(PPCVirtualHypervisor *vhyp, in spapr_map_hptes() 1477 static void spapr_unmap_hptes(PPCVirtualHypervisor *vhyp, in spapr_unmap_hptes() 1521 static void spapr_hpte_set_c(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_c() 1537 static void spapr_hpte_set_r(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_r() 4518 static void spapr_cpu_exec_enter(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_enter() 4543 static void spapr_cpu_exec_exit(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_exit()
|
H A D | pegasos2.c | 553 static void pegasos2_hypercall(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in pegasos2_hypercall() 577 static void vhyp_nop(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in vhyp_nop() 581 static target_ulong vhyp_encode_hpt_for_kvm_pr(PPCVirtualHypervisor *vhyp) in vhyp_encode_hpt_for_kvm_pr()
|