Rev 3743 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3743 | Rev 3835 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | */ |
34 | */ |
| 35 | 35 | ||
| 36 | #ifndef KERN_sparc64_sun4v_MMU_H_ |
36 | #ifndef KERN_sparc64_sun4v_MMU_H_ |
| 37 | #define KERN_sparc64_sun4v_MMU_H_ |
37 | #define KERN_sparc64_sun4v_MMU_H_ |
| 38 | 38 | ||
| - | 39 | #define ASI_REAL 0x14 |
|
| - | 40 | ||
| 39 | #define VA_PRIMARY_CONTEXT_REG 0x8 /**< DMMU primary context registeri VA. */ |
41 | #define VA_PRIMARY_CONTEXT_REG 0x8 /**< DMMU primary context registeri VA. */ |
| 40 | #define ASI_PRIMARY_CONTEXT_REG 0x21 /**< DMMU primary context register ASI. */ |
42 | #define ASI_PRIMARY_CONTEXT_REG 0x21 /**< DMMU primary context register ASI. */ |
| 41 | 43 | ||
| 42 | #endif |
44 | #endif |
| 43 | 45 | ||