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

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

revision 14 by dpavlin, Mon Oct 8 16:18:51 2007 UTC revision 24 by dpavlin, Mon Oct 8 16:19:56 2007 UTC
# Line 43  Line 43 
43  /*  GXemul:  */  /*  GXemul:  */
44  #define CTB_ADDR        (HWRPB_ADDR + 0x1000)  #define CTB_ADDR        (HWRPB_ADDR + 0x1000)
45  #define CRB_ADDR        (HWRPB_ADDR + 0x1400)  #define CRB_ADDR        (HWRPB_ADDR + 0x1400)
46    #define MEMDAT_ADDR     (HWRPB_ADDR + 0x1800)
47    
48  #ifndef ASSEMBLER  #ifndef ASSEMBLER
49  struct rpb {  struct rpb {
# Line 466  struct mddt { Line 467  struct mddt {
467  #define MDDT_SYSTEM                     0x00    /* system software only */  #define MDDT_SYSTEM                     0x00    /* system software only */
468  #define MDDT_mbz          0xfffffffffffffffc    /* 2:63 -- must be zero */  #define MDDT_mbz          0xfffffffffffffffc    /* 2:63 -- must be zero */
469                  int64_t         mddt_usage;     /*  30: bitmap permissions */                  int64_t         mddt_usage;     /*  30: bitmap permissions */
470          } mddt_clusters[1];                     /* variable length array */          } mddt_clusters[2];                     /* variable length array */
471  };  };
472    
473  /*  /*

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

  ViewVC Help
Powered by ViewVC 1.1.26