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

b/target-ppc/mmu-hash32.h
4 4
#ifndef CONFIG_USER_ONLY
5 5

  
6 6
int pte32_is_valid(target_ulong pte0);
7
int get_segment32(CPUPPCState *env, mmu_ctx_t *ctx,
8
                  target_ulong eaddr, int rw, int type);
7
int ppc_hash32_get_physical_address(CPUPPCState *env, mmu_ctx_t *ctx,
8
                                    target_ulong eaddr, int rw, int access_type);
9 9

  
10 10
#endif /* CONFIG_USER_ONLY */
11 11

  

Also available in: Unified diff