Subversion Repositories HelenOS

Rev

Rev 2927 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2927 Rev 3674
Line 39... Line 39...
39
 
39
 
40
#define ASI_AIUP        0x10    /** Access to primary context with user privileges. */
40
#define ASI_AIUP        0x10    /** Access to primary context with user privileges. */
41
#define ASI_AIUS        0x11    /** Access to secondary context with user privileges. */
41
#define ASI_AIUS        0x11    /** Access to secondary context with user privileges. */
42
#define ASI_NUCLEUS_QUAD_LDD    0x24    /** ASI for 16-byte atomic loads. */
42
#define ASI_NUCLEUS_QUAD_LDD    0x24    /** ASI for 16-byte atomic loads. */
43
#define ASI_DCACHE_TAG      0x47    /** ASI D-Cache Tag. */
43
#define ASI_DCACHE_TAG      0x47    /** ASI D-Cache Tag. */
44
#define ASI_UPA_CONFIG      0x4a    /** ASI of the UPA_CONFIG register. */
44
#define ASI_ICBUS_CONFIG        0x4a    /** ASI of the UPA_CONFIG/FIREPLANE_CONFIG register. */
45
 
45
 
46
#define NWINDOWS        8   /** Number of register window sets. */
46
#define NWINDOWS        8   /** Number of register window sets. */
47
 
47
 
48
#endif
48
#endif
49
 
49