1 #if !defined (__MMU_HASH64_H__)
2 #define __MMU_HASH64_H__
4 #ifndef CONFIG_USER_ONLY
7 void dump_slb(FILE *f
, fprintf_function cpu_fprintf
, CPUPPCState
*env
);
8 int ppc_store_slb (CPUPPCState
*env
, target_ulong rb
, target_ulong rs
);
9 int ppc_hash64_get_physical_address(CPUPPCState
*env
, mmu_ctx_t
*ctx
,
10 target_ulong eaddr
, int rw
, int access_type
);
13 #endif /* CONFIG_USER_ONLY */
15 #endif /* !defined (__MMU_HASH64_H__) */