707
707
int cpu_ppc_handle_mmu_fault (CPUPPCState *env, target_ulong address, int rw,
708
708
int mmu_idx, int is_softmmu);
709
710
int get_physical_address (CPUPPCState *env, mmu_ctx_t *ctx, target_ulong vaddr,
710
711
int rw, int access_type);
711
712
void do_interrupt (CPUPPCState *env);