]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-ppc/mmu-hash32.h
mmu-hash*: Separate PTEG searching from permissions checking
[mirror_qemu.git] / target-ppc / mmu-hash32.h
index 2344184584af42628533491f4b16bcb08385bd29..f990edc3efefa704c129cace64417825b6eb8c3a 100644 (file)
@@ -97,6 +97,10 @@ static inline void ppc_hash32_store_hpte1(CPUPPCState *env,
     stl_phys(env->htab_base + pte_offset + HASH_PTE_SIZE_32/2, pte1);
 }
 
+typedef struct {
+    uint32_t pte0, pte1;
+} ppc_hash_pte32_t;
+
 #endif /* CONFIG_USER_ONLY */
 
 #endif /* __MMU_HASH32_H__ */