Revision 93220573 target-ppc/cpu.h

b/target-ppc/cpu.h
678 678
   is returned if the signal was handled by the virtual CPU.  */
679 679
int cpu_ppc_signal_handler (int host_signum, void *pinfo,
680 680
                            void *puc);
681

  
681
int cpu_ppc_handle_mmu_fault (CPUPPCState *env, target_ulong address, int rw,
682
                              int mmu_idx, int is_softmmu);
683
int get_physical_address (CPUPPCState *env, mmu_ctx_t *ctx, target_ulong vaddr,
684
                          int rw, int access_type);
682 685
void do_interrupt (CPUPPCState *env);
683 686
void ppc_hw_interrupt (CPUPPCState *env);
684 687

  
685
void dump_stack (CPUPPCState *env);
688
void cpu_dump_rfi (target_ulong RA, target_ulong msr);
686 689

  
687 690
#if !defined(CONFIG_USER_ONLY)
691
void ppc6xx_tlb_store (CPUPPCState *env, target_ulong EPN, int way, int is_code,
692
                       target_ulong pte0, target_ulong pte1);
688 693
void ppc_store_ibatu (CPUPPCState *env, int nr, target_ulong value);
689 694
void ppc_store_ibatl (CPUPPCState *env, int nr, target_ulong value);
690 695
void ppc_store_dbatu (CPUPPCState *env, int nr, target_ulong value);

Also available in: Unified diff