mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
otherpagefault ccov hole covered
This commit is contained in:
parent
4a03114b60
commit
a3a3c18052
1 changed files with 3 additions and 3 deletions
|
@ -64,10 +64,10 @@ main:
|
|||
li t0, 0x80200000
|
||||
jalr ra, t0 # jump to misaligned megapage
|
||||
li t0, 0x7FFFFFFF80000000
|
||||
|
||||
|
||||
jalr ra, t0 # jump to page with UpperBitsUnequal
|
||||
li t0, 0x0000000080C00000
|
||||
li t0, 0x8000000080C00000
|
||||
jalr ra, t0
|
||||
li t0, 0x000000080C00000
|
||||
jalr ra, t0 # jump to page with bad reserved bits 60:54 in PTE
|
||||
|
||||
# test with ENVCFG_ADUE = 1: switch to machine mode, set ADUE, access page with A=0, clear ADUE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue