diff options
Diffstat (limited to 'arch/sparc/include/asm/asi.h')
| -rw-r--r-- | arch/sparc/include/asm/asi.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/arch/sparc/include/asm/asi.h b/arch/sparc/include/asm/asi.h index cc0006dc5d4a..aace6f313716 100644 --- a/arch/sparc/include/asm/asi.h +++ b/arch/sparc/include/asm/asi.h | |||
| @@ -270,9 +270,28 @@ | |||
| 270 | #define ASI_BLK_INIT_QUAD_LDD_P 0xe2 /* (NG) init-store, twin load, | 270 | #define ASI_BLK_INIT_QUAD_LDD_P 0xe2 /* (NG) init-store, twin load, |
| 271 | * primary, implicit | 271 | * primary, implicit |
| 272 | */ | 272 | */ |
| 273 | #define ASI_BLK_INIT_QUAD_LDD_S 0xe3 /* (NG) init-store, twin load, | ||
| 274 | * secondary, implicit | ||
| 275 | */ | ||
| 273 | #define ASI_BLK_P 0xf0 /* Primary, blk ld/st */ | 276 | #define ASI_BLK_P 0xf0 /* Primary, blk ld/st */ |
| 274 | #define ASI_BLK_S 0xf1 /* Secondary, blk ld/st */ | 277 | #define ASI_BLK_S 0xf1 /* Secondary, blk ld/st */ |
| 278 | #define ASI_ST_BLKINIT_MRU_P 0xf2 /* (NG4) init-store, twin load, | ||
| 279 | * Most-Recently-Used, primary, | ||
| 280 | * implicit | ||
| 281 | */ | ||
| 282 | #define ASI_ST_BLKINIT_MRU_S 0xf2 /* (NG4) init-store, twin load, | ||
| 283 | * Most-Recently-Used, secondary, | ||
| 284 | * implicit | ||
| 285 | */ | ||
| 275 | #define ASI_BLK_PL 0xf8 /* Primary, blk ld/st, little */ | 286 | #define ASI_BLK_PL 0xf8 /* Primary, blk ld/st, little */ |
| 276 | #define ASI_BLK_SL 0xf9 /* Secondary, blk ld/st, little */ | 287 | #define ASI_BLK_SL 0xf9 /* Secondary, blk ld/st, little */ |
| 288 | #define ASI_ST_BLKINIT_MRU_PL 0xfa /* (NG4) init-store, twin load, | ||
| 289 | * Most-Recently-Used, primary, | ||
| 290 | * implicit, little-endian | ||
| 291 | */ | ||
| 292 | #define ASI_ST_BLKINIT_MRU_SL 0xfb /* (NG4) init-store, twin load, | ||
| 293 | * Most-Recently-Used, secondary, | ||
| 294 | * implicit, little-endian | ||
| 295 | */ | ||
| 277 | 296 | ||
| 278 | #endif /* _SPARC_ASI_H */ | 297 | #endif /* _SPARC_ASI_H */ |
