Searched refs:ppc_hash_pte64_t (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash64.h | 119 const ppc_hash_pte64_t *ppc_hash64_map_hptes(PowerPCCPU *cpu, 121 void ppc_hash64_unmap_hptes(PowerPCCPU *cpu, const ppc_hash_pte64_t *hptes, 126 const ppc_hash_pte64_t *hptes, int i) in ppc_hash64_hpte0() 132 const ppc_hash_pte64_t *hptes, int i) in ppc_hash64_hpte1()
|
H A D | mmu-hash64.c | 390 ppc_hash_pte64_t pte) in ppc_hash64_pte_noexec_guard() 399 ppc_slb_t *slb, ppc_hash_pte64_t pte) in ppc_hash64_pte_prot() 462 static int ppc_hash64_amr_prot(PowerPCCPU *cpu, ppc_hash_pte64_t pte) in ppc_hash64_amr_prot() 552 const ppc_hash_pte64_t *ppc_hash64_map_hptes(PowerPCCPU *cpu, in ppc_hash64_map_hptes() 558 const ppc_hash_pte64_t *hptes; in ppc_hash64_map_hptes() 577 void ppc_hash64_unmap_hptes(PowerPCCPU *cpu, const ppc_hash_pte64_t *hptes, in ppc_hash64_unmap_hptes() 650 ppc_hash_pte64_t *pte, unsigned *pshift) in ppc_hash64_pteg_search() 653 const ppc_hash_pte64_t *pteg; in ppc_hash64_pteg_search() 709 ppc_hash_pte64_t *pte, unsigned *pshift) in ppc_hash64_htab_lookup() 992 ppc_hash_pte64_t pte; in ppc_hash64_xlate()
|
H A D | kvm_ppc.h | 64 void kvmppc_read_hptes(ppc_hash_pte64_t *hptes, hwaddr ptex, int n); 315 static inline void kvmppc_read_hptes(ppc_hash_pte64_t *hptes, in kvmppc_read_hptes()
|
H A D | cpu.h | 295 typedef struct ppc_hash_pte64 ppc_hash_pte64_t; typedef 1540 const ppc_hash_pte64_t *(*map_hptes)(PPCVirtualHypervisor *vhyp, 1543 const ppc_hash_pte64_t *hptes,
|
H A D | kvm.c | 2780 void kvmppc_read_hptes(ppc_hash_pte64_t *hptes, hwaddr ptex, int n) in kvmppc_read_hptes()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_vhyp_mmu.c | 29 const ppc_hash_pte64_t *hptes; in h_enter() 106 const ppc_hash_pte64_t *hptes; in remove_hpte() 237 const ppc_hash_pte64_t *hptes; in h_protect() 275 const ppc_hash_pte64_t *hptes; in h_read() 432 const ppc_hash_pte64_t *hptes, in rehash_hpte() 531 const ppc_hash_pte64_t *hptes in rehash_hpt()
|
H A D | spapr.c | 1514 static const ppc_hash_pte64_t *spapr_map_hptes(PPCVirtualHypervisor *vhyp, in spapr_map_hptes() 1524 ppc_hash_pte64_t *hptes = g_malloc(n * HASH_PTE_SIZE_64); in spapr_map_hptes() 1533 return (const ppc_hash_pte64_t *)(spapr->htab + pte_offset); in spapr_map_hptes() 1537 const ppc_hash_pte64_t *hptes, in spapr_unmap_hptes()
|