Revision 93220573 target-ppc/helper.c

b/target-ppc/helper.c
1205 1205
#endif
1206 1206
}
1207 1207

  
1208
int mmu40x_get_physical_address (CPUState *env, mmu_ctx_t *ctx,
1208
static int mmu40x_get_physical_address (CPUState *env, mmu_ctx_t *ctx,
1209 1209
                                 target_ulong address, int rw, int access_type)
1210 1210
{
1211 1211
    ppcemb_tlb_t *tlb;
......
1287 1287
    env->spr[SPR_405_SLER] = val;
1288 1288
}
1289 1289

  
1290
int mmubooke_get_physical_address (CPUState *env, mmu_ctx_t *ctx,
1291
                                   target_ulong address, int rw,
1292
                                   int access_type)
1290
static int mmubooke_get_physical_address (CPUState *env, mmu_ctx_t *ctx,
1291
                                          target_ulong address, int rw,
1292
                                          int access_type)
1293 1293
{
1294 1294
    ppcemb_tlb_t *tlb;
1295 1295
    target_phys_addr_t raddr;

Also available in: Unified diff