Rev 1854 | Rev 1891 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1854 | Rev 1860 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | /** |
32 | /** |
33 | * @file |
33 | * @file |
34 | * @brief Various sparc64-specific macros. |
34 | * @brief Various sparc64-specific macros. |
35 | */ |
35 | */ |
36 | 36 | ||
37 | #ifndef __sparc64_ARCH_H__ |
37 | #ifndef KERN_sparc64_ARCH_H_ |
38 | #define __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 NWINDOW 8 /** Number of register window sets. */ |
43 | #define NWINDOW 8 /** Number of register window sets. */ |