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

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

revision 42 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_alpha.h,v 1.48 2007/06/07 15:36:24 debug Exp $   *  $Id: cpu_alpha.h,v 1.49 2007/07/20 09:03:33 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
35    
36  #include "alpha_cpu.h"  #include "alpha_cpu.h"
37    
 struct timer;  
   
38    
39  /*  ALPHA CPU types:  */  /*  ALPHA CPU types:  */
40  struct alpha_cpu_type_def {  struct alpha_cpu_type_def {
# Line 163  void alpha_update_translation_table(stru Line 161  void alpha_update_translation_table(stru
161  void alpha_invalidate_translation_caches(struct cpu *cpu, uint64_t, int);  void alpha_invalidate_translation_caches(struct cpu *cpu, uint64_t, int);
162  void alpha_invalidate_code_translation(struct cpu *cpu, uint64_t, int);  void alpha_invalidate_code_translation(struct cpu *cpu, uint64_t, int);
163  void alpha_init_64bit_dummy_tables(struct cpu *cpu);  void alpha_init_64bit_dummy_tables(struct cpu *cpu);
 void alpha_timer_sample_tick(struct timer *, void *);  
164  int alpha_run_instr(struct cpu *cpu);  int alpha_run_instr(struct cpu *cpu);
165  int alpha_memory_rw(struct cpu *cpu, struct memory *mem, uint64_t vaddr,  int alpha_memory_rw(struct cpu *cpu, struct memory *mem, uint64_t vaddr,
166          unsigned char *data, size_t len, int writeflag, int cache_flags);          unsigned char *data, size_t len, int writeflag, int cache_flags);

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

  ViewVC Help
Powered by ViewVC 1.1.26