Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dcpu.h1509 typedef struct PPCVirtualHypervisor PPCVirtualHypervisor; typedef
1527 PPCVirtualHypervisor *vhyp;
1612 void (*hypercall)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu);
1613 hwaddr (*hpt_mask)(PPCVirtualHypervisor *vhyp);
1614 const ppc_hash_pte64_t *(*map_hptes)(PPCVirtualHypervisor *vhyp,
1616 void (*unmap_hptes)(PPCVirtualHypervisor *vhyp,
1619 void (*hpte_set_c)(PPCVirtualHypervisor *vhyp, hwaddr ptex, uint64_t pte1);
1620 void (*hpte_set_r)(PPCVirtualHypervisor *vhyp, hwaddr ptex, uint64_t pte1);
1621 bool (*get_pate)(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu,
1623 target_ulong (*encode_hpt_for_kvm_pr)(PPCVirtualHypervisor *vhyp);
[all …]
H A Dcpu_init.c6732 void cpu_ppc_set_vhyp(PowerPCCPU *cpu, PPCVirtualHypervisor *vhyp) in cpu_ppc_set_vhyp()
/openbmc/qemu/hw/ppc/
H A Dspapr.c1381 static void emulate_spapr_hypercall(PPCVirtualHypervisor *vhyp, in emulate_spapr_hypercall()
1445 static bool spapr_get_pate(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu, in spapr_get_pate()
1525 static hwaddr spapr_hpt_mask(PPCVirtualHypervisor *vhyp) in spapr_hpt_mask()
1532 static target_ulong spapr_encode_hpt_for_kvm_pr(PPCVirtualHypervisor *vhyp) in spapr_encode_hpt_for_kvm_pr()
1545 static const ppc_hash_pte64_t *spapr_map_hptes(PPCVirtualHypervisor *vhyp, in spapr_map_hptes()
1567 static void spapr_unmap_hptes(PPCVirtualHypervisor *vhyp, in spapr_unmap_hptes()
1611 static void spapr_hpte_set_c(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_c()
1627 static void spapr_hpte_set_r(PPCVirtualHypervisor *vhyp, hwaddr ptex, in spapr_hpte_set_r()
4541 static void spapr_cpu_exec_enter(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_enter()
4566 static void spapr_cpu_exec_exit(PPCVirtualHypervisor *vhyp, PowerPCCPU *cpu) in spapr_cpu_exec_exit()