/[gxemul]/trunk/src/include/cpu_mips.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/src/include/cpu_mips.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC revision 26 by dpavlin, Mon Oct 8 16:20:10 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_mips.h,v 1.42 2006/06/22 13:22:41 debug Exp $   *  $Id: cpu_mips.h,v 1.43 2006/06/24 21:47:24 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
# Line 348  int memory_cache_R3000(struct cpu *cpu, Line 348  int memory_cache_R3000(struct cpu *cpu,
348  int mips_memory_rw(struct cpu *cpu, struct memory *mem, uint64_t vaddr,  int mips_memory_rw(struct cpu *cpu, struct memory *mem, uint64_t vaddr,
349          unsigned char *data, size_t len, int writeflag, int cache_flags);          unsigned char *data, size_t len, int writeflag, int cache_flags);
350    
351    int translate_v2p_mmu3k(struct cpu *cpu, uint64_t vaddr,
352            uint64_t *return_addr, int flags);
353    int translate_v2p_mmu8k(struct cpu *cpu, uint64_t vaddr,
354            uint64_t *return_addr, int flags);
355    int translate_v2p_mmu10k(struct cpu *cpu, uint64_t vaddr,
356            uint64_t *return_addr, int flags);
357    int translate_v2p_mmu4100(struct cpu *cpu, uint64_t vaddr,
358            uint64_t *return_addr, int flags);
359    int translate_v2p_generic(struct cpu *cpu, uint64_t vaddr,
360            uint64_t *return_addr, int flags);
361    
362    
363  /*  Dyntrans unaligned load/store:  */  /*  Dyntrans unaligned load/store:  */
364  void mips_unaligned_loadstore(struct cpu *cpu, struct mips_instr_call *ic,  void mips_unaligned_loadstore(struct cpu *cpu, struct mips_instr_call *ic,
# Line 362  void mips32_update_translation_table(str Line 373  void mips32_update_translation_table(str
373          unsigned char *host_page, int writeflag, uint64_t paddr_page);          unsigned char *host_page, int writeflag, uint64_t paddr_page);
374  void mips32_invalidate_translation_caches(struct cpu *cpu, uint64_t, int);  void mips32_invalidate_translation_caches(struct cpu *cpu, uint64_t, int);
375  void mips32_invalidate_code_translation(struct cpu *cpu, uint64_t, int);  void mips32_invalidate_code_translation(struct cpu *cpu, uint64_t, int);
 void mips_init_64bit_dummy_tables(struct cpu *cpu);  
376    
377    
378  #endif  /*  CPU_MIPS_H  */  #endif  /*  CPU_MIPS_H  */

Legend:
Removed from v.24  
changed lines
  Added in v.26

  ViewVC Help
Powered by ViewVC 1.1.26