File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ asm volatile(ALTERNATIVE( \
105
105
* | 31 - 25 | 24 - 20 | 19 - 15 | 14 - 12 | 11 - 7 | 6 - 0 |
106
106
* 0000001 01001 rs1 000 00000 0001011
107
107
* dcache.cva rs1 (clean, virtual address)
108
- * 0000001 00100 rs1 000 00000 0001011
108
+ * 0000001 00101 rs1 000 00000 0001011
109
109
*
110
110
* dcache.cipa rs1 (clean then invalidate, physical address)
111
111
* | 31 - 25 | 24 - 20 | 19 - 15 | 14 - 12 | 11 - 7 | 6 - 0 |
@@ -118,7 +118,7 @@ asm volatile(ALTERNATIVE( \
118
118
* 0000000 11001 00000 000 00000 0001011
119
119
*/
120
120
#define THEAD_inval_A0 ".long 0x0265000b"
121
- #define THEAD_clean_A0 ".long 0x0245000b "
121
+ #define THEAD_clean_A0 ".long 0x0255000b "
122
122
#define THEAD_flush_A0 ".long 0x0275000b"
123
123
#define THEAD_SYNC_S ".long 0x0190000b"
124
124
You can’t perform that action at this time.
0 commit comments