Home
last modified time | relevance | path

Searched refs:PPCVirtualHypervisor (Results 1 – 4 of 4) sorted by relevance

/qemu/target/ppc/
H A Dcpu.h1452 typedef struct PPCVirtualHypervisor PPCVirtualHypervisor; typedef
1470 PPCVirtualHypervisor *vhyp;
1548 void (*hypercall)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu);
1549 hwaddr (*hpt_mask)(PPCVirtualHypervisor *vhyp);
1550 const ppc_hash_pte64_t *(*map_hptes)(PPCVirtualHypervisor *vhyp,
1552 void (*unmap_hptes)(PPCVirtualHypervisor *vhyp,
1557 bool (*get_pate)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu,
1559 target_ulong (*encode_hpt_for_kvm_pr)(PPCVirtualHypervisor *vhyp);
1561 void (*cpu_exec_exit)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu);
1565 DECLARE_OBJ_CHECKERS(PPCVirtualHypervisor, PPCVirtualHypervisorClass, in DECLARE_OBJ_CHECKERS() argument
[all …]
H A Dcpu_init.c6767 void cpu_ppc_set_vhyp(PowerPCCPU *cpu, PPCVirtualHypervisor *vhyp) in cpu_ppc_set_vhyp()
/qemu/hw/ppc/
H A Dpegasos2.c525 static void pegasos2_hypercall(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in pegasos2_hypercall()
549 static void vhyp_nop(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in vhyp_nop()
553 static target_ulong vhyp_encode_hpt_for_kvm_pr(PPCVirtualHypervisor *vhyp) in vhyp_encode_hpt_for_kvm_pr()
H A Dspapr.c1375 static void emulate_spapr_hypercall(PPCVirtualHypervisor *vhyp, in emulate_spapr_hypercall()
1439 static bool spapr_get_pate(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu, in spapr_get_pate()
1496 static hwaddr spapr_hpt_mask(PPCVirtualHypervisor *vhyp) in spapr_hpt_mask()
1503 static target_ulong spapr_encode_hpt_for_kvm_pr(PPCVirtualHypervisor *vhyp) in spapr_encode_hpt_for_kvm_pr()
1516 static const ppc_hash_pte64_t *spapr_map_hptes(PPCVirtualHypervisor *vhyp, in spapr_map_hptes()
1538 static void spapr_unmap_hptes(PPCVirtualHypervisor *vhyp, in spapr_unmap_hptes()
1582 static void spapr_hpte_set_c(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_c()
1598 static void spapr_hpte_set_r(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_r()
4622 static void spapr_cpu_exec_enter(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_enter()
4647 static void spapr_cpu_exec_exit(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_exit()