Changeset 744 for trunk/softs/giet_tsar/mips32_registers.h
- Timestamp:
- Jul 10, 2014, 11:23:57 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/giet_tsar/mips32_registers.h
r622 r744 58 58 /* CP2 registers */ 59 59 60 #define CP2_PTPR $0 60 #define CP2_PTPR $0 61 61 #define CP2_MODE $1 62 62 #define CP2_ICACHE_FLUSH $2 63 63 #define CP2_DCACHE_FLUSH $3 64 #define CP2_ITLB_INVAL $4 65 #define CP2_DTLB_INVAL $5 66 #define CP2_ICACHE_INVAL $6 64 #define CP2_ITLB_INVAL $4 65 #define CP2_DTLB_INVAL $5 66 #define CP2_ICACHE_INVAL $6 67 67 #define CP2_DCACHE_INVAL $7 68 #define CP2_ICACHE_PREFETCH $8 69 #define CP2_DCACHE_PREFETCH $9 70 #define CP2_SYNC $10 71 #define CP2_IETR $11 72 #define CP2_DETR $12 68 #define CP2_ICACHE_PREFETCH $8 69 #define CP2_DCACHE_PREFETCH $9 70 #define CP2_SYNC $10 71 #define CP2_IETR $11 72 #define CP2_DETR $12 73 73 #define CP2_IBVAR $13 74 74 #define CP2_DBVAR $14 75 #define CP2_PARAMS $15 76 #define CP2_RELEASE $16 77 #define CP2_DATA_LO $17 78 #define CP2_DATA_HI $18 79 #define CP2_ICACHE_INVAL_PA $19 80 #define CP2_DCACHE_INVAL_PA $20 75 #define CP2_PARAMS $15 76 #define CP2_RELEASE $16 77 #define CP2_DATA_LO $17 78 #define CP2_DATA_HI $18 79 #define CP2_ICACHE_INVAL_PA $19 80 #define CP2_DCACHE_INVAL_PA $20 81 81 #define CP2_PADDR_EXT $24 82 82 #endif
Note: See TracChangeset
for help on using the changeset viewer.