Rev 1860 | Rev 1899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1860 | Rev 1891 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | */ |
35 | */ |
| 36 | 36 | ||
| 37 | #ifndef KERN_sparc64_ARCH_H_ |
37 | #ifndef KERN_sparc64_ARCH_H_ |
| 38 | #define KERN_sparc64_ARCH_H_ |
38 | #define KERN_sparc64_ARCH_H_ |
| 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 | 42 | ||
| - | 43 | #define ASI_NUCLEUS_QUAD_LDD 0x24 /** ASI for 16-byte atomic loads. */ |
|
| - | 44 | ||
| 43 | #define NWINDOW 8 /** Number of register window sets. */ |
45 | #define NWINDOW 8 /** Number of register window sets. */ |
| 44 | 46 | ||
| 45 | #endif |
47 | #endif |
| 46 | 48 | ||
| 47 | /** @} |
49 | /** @} |
| 48 | */ |
50 | */ |