/[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 27 by dpavlin, Mon Oct 8 16:20:10 2007 UTC revision 28 by dpavlin, Mon Oct 8 16:20:26 2007 UTC
# Line 28  Line 28 
28   *  SUCH DAMAGE.   *  SUCH DAMAGE.
29   *   *
30   *   *
31   *  $Id: cpu_alpha.h,v 1.38 2006/06/24 21:47:23 debug Exp $   *  $Id: cpu_alpha.h,v 1.39 2006/07/16 13:32:27 debug Exp $
32   */   */
33    
34  #include "misc.h"  #include "misc.h"
# Line 140  void alpha_update_translation_table(stru Line 140  void alpha_update_translation_table(stru
140  void alpha_invalidate_translation_caches(struct cpu *cpu, uint64_t, int);  void alpha_invalidate_translation_caches(struct cpu *cpu, uint64_t, int);
141  void alpha_invalidate_code_translation(struct cpu *cpu, uint64_t, int);  void alpha_invalidate_code_translation(struct cpu *cpu, uint64_t, int);
142  void alpha_init_64bit_dummy_tables(struct cpu *cpu);  void alpha_init_64bit_dummy_tables(struct cpu *cpu);
143    int alpha_run_instr(struct cpu *cpu);
144  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,
145          unsigned char *data, size_t len, int writeflag, int cache_flags);          unsigned char *data, size_t len, int writeflag, int cache_flags);
146  int alpha_userland_memory_rw(struct cpu *cpu, struct memory *mem,  int alpha_userland_memory_rw(struct cpu *cpu, struct memory *mem,
# Line 155  void alpha_palcode(struct cpu *cpu, uint Line 156  void alpha_palcode(struct cpu *cpu, uint
156  int alpha_translate_v2p(struct cpu *cpu, uint64_t vaddr,  int alpha_translate_v2p(struct cpu *cpu, uint64_t vaddr,
157          uint64_t *return_addr, int flags);          uint64_t *return_addr, int flags);
158    
159    
160  #endif  /*  CPU_ALPHA_H  */  #endif  /*  CPU_ALPHA_H  */

Legend:
Removed from v.27  
changed lines
  Added in v.28

  ViewVC Help
Powered by ViewVC 1.1.26