Revision 629bd516 target-ppc/mmu-hash64.h

b/target-ppc/mmu-hash64.h
6 6
#ifdef TARGET_PPC64
7 7
void dump_slb(FILE *f, fprintf_function cpu_fprintf, CPUPPCState *env);
8 8
int ppc_store_slb (CPUPPCState *env, target_ulong rb, target_ulong rs);
9
int get_segment64(CPUPPCState *env, mmu_ctx_t *ctx,
10
                  target_ulong eaddr, int rw, int type);
9
int ppc_hash64_get_physical_address(CPUPPCState *env, mmu_ctx_t *ctx,
10
                                    target_ulong eaddr, int rw, int access_type);
11 11
#endif
12 12

  
13 13
#endif /* CONFIG_USER_ONLY */

Also available in: Unified diff