/[dynamips]/trunk/memory.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/memory.h

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

upstream/dynamips-0.2.7/memory.h revision 10 by dpavlin, Sat Oct 6 16:29:14 2007 UTC upstream/dynamips-0.2.8-RC1/memory.h revision 11 by dpavlin, Sat Oct 6 16:33:40 2007 UTC
# Line 29  Line 29 
29  /* Device ID mask and shift, device offset mask */  /* Device ID mask and shift, device offset mask */
30  #define MTS_DEVID_MASK    0xfc000000  #define MTS_DEVID_MASK    0xfc000000
31  #define MTS_DEVID_SHIFT   26  #define MTS_DEVID_SHIFT   26
32  #define MTS_DEVOFF_MASK   0x03fffff0  #define MTS_DEVOFF_MASK   0x03ffffff
33    
34  /* Memory access flags */  /* Memory access flags */
 #define MTS_ACC_OK  0x00000000   /* Access OK */  
35  #define MTS_ACC_AE  0x00000002   /* Address Error */  #define MTS_ACC_AE  0x00000002   /* Address Error */
36  #define MTS_ACC_T   0x00000004   /* TLB Exception */  #define MTS_ACC_T   0x00000004   /* TLB Exception */
37  #define MTS_ACC_U   0x00000006   /* Unexistent */  #define MTS_ACC_U   0x00000006   /* Unexistent */

Legend:
Removed from v.10  
changed lines
  Added in v.11

  ViewVC Help
Powered by ViewVC 1.1.26