mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 21:38:55 -04:00
Update tlbASID.S
fixed comment about restoring ASID to 0
This commit is contained in:
parent
4ec31de316
commit
15fb5fa2ac
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ loop: bge t2, t3, finished # exit loop if i >= loops
|
|||
li t5, 0x9001000000080080 // try making asid = 1
|
||||
csrw satp, t5
|
||||
jalr t0
|
||||
li t5, 0x9000000000080080 // try making asid = 1
|
||||
li t5, 0x9000000000080080 // try making asid = 0
|
||||
csrw satp, t5
|
||||
li t4, 0x1000
|
||||
add t0, t0, t4
|
||||
|
@ -125,4 +125,4 @@ pagetable:
|
|||
.8byte 0x200088CF
|
||||
.8byte 0x20008CCF
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue