/[gxemul]/trunk/src/include/cpu_sparc.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_sparc.h

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

revision 43 by dpavlin, Mon Oct 8 16:22:32 2007 UTC revision 44 by dpavlin, Mon Oct 8 16:22:56 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_sparc.h,v 1.48 2007/06/07 15:36:25 debug Exp $   *  $Id: cpu_sparc.h,v 1.49 2007/07/20 09:03:33 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
35    
36    
37  struct cpu_family;  struct cpu_family;
 struct timer;  
38    
39    
40  /*  SPARC CPU types:  */  /*  SPARC CPU types:  */
# Line 350  void sparc32_update_translation_table(st Line 349  void sparc32_update_translation_table(st
349  void sparc32_invalidate_translation_caches(struct cpu *cpu, uint64_t, int);  void sparc32_invalidate_translation_caches(struct cpu *cpu, uint64_t, int);
350  void sparc32_invalidate_code_translation(struct cpu *cpu, uint64_t, int);  void sparc32_invalidate_code_translation(struct cpu *cpu, uint64_t, int);
351  void sparc_init_64bit_dummy_tables(struct cpu *cpu);  void sparc_init_64bit_dummy_tables(struct cpu *cpu);
 void sparc_timer_sample_tick(struct timer *, void *);  
352  int sparc_memory_rw(struct cpu *cpu, struct memory *mem, uint64_t vaddr,  int sparc_memory_rw(struct cpu *cpu, struct memory *mem, uint64_t vaddr,
353          unsigned char *data, size_t len, int writeflag, int cache_flags);          unsigned char *data, size_t len, int writeflag, int cache_flags);
354  int sparc_cpu_family_init(struct cpu_family *);  int sparc_cpu_family_init(struct cpu_family *);

Legend:
Removed from v.43  
changed lines
  Added in v.44

  ViewVC Help
Powered by ViewVC 1.1.26