Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h1431 typedef struct PPCVirtualHypervisor PPCVirtualHypervisor; typedef
1449 PPCVirtualHypervisor *vhyp;
1538 void (*hypercall)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu);
1539 hwaddr (*hpt_mask)(PPCVirtualHypervisor *vhyp);
1540 const ppc_hash_pte64_t *(*map_hptes)(PPCVirtualHypervisor *vhyp,
1542 void (*unmap_hptes)(PPCVirtualHypervisor *vhyp,
1547 bool (*get_pate)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu,
1549 target_ulong (*encode_hpt_for_kvm_pr)(PPCVirtualHypervisor *vhyp);
1551 void (*cpu_exec_exit)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu);
1555 DECLARE_OBJ_CHECKERS(PPCVirtualHypervisor, PPCVirtualHypervisorClass, in DECLARE_OBJ_CHECKERS() argument
[all …]
H A Dcpu_init.c6769 void cpu_ppc_set_vhyp(PowerPCCPU *cpu, PPCVirtualHypervisor *vhyp) in cpu_ppc_set_vhyp()
/openbmc/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.c1373 static void emulate_spapr_hypercall(PPCVirtualHypervisor *vhyp, in emulate_spapr_hypercall()
1437 static bool spapr_get_pate(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu, in spapr_get_pate()
1494 static hwaddr spapr_hpt_mask(PPCVirtualHypervisor *vhyp) in spapr_hpt_mask()
1501 static target_ulong spapr_encode_hpt_for_kvm_pr(PPCVirtualHypervisor *vhyp) in spapr_encode_hpt_for_kvm_pr()
1514 static const ppc_hash_pte64_t *spapr_map_hptes(PPCVirtualHypervisor *vhyp, in spapr_map_hptes()
1536 static void spapr_unmap_hptes(PPCVirtualHypervisor *vhyp, in spapr_unmap_hptes()
1580 static void spapr_hpte_set_c(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_c()
1596 static void spapr_hpte_set_r(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_r()
4620 static void spapr_cpu_exec_enter(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_enter()
4645 static void spapr_cpu_exec_exit(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_exit()