mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
Merge pull request #1416 from coreyqh/ccov
otherpagefault ccov hole covered
This commit is contained in:
commit
e0af0e68a3
1 changed files with 3 additions and 3 deletions
|
@ -64,10 +64,10 @@ main:
|
||||||
li t0, 0x80200000
|
li t0, 0x80200000
|
||||||
jalr ra, t0 # jump to misaligned megapage
|
jalr ra, t0 # jump to misaligned megapage
|
||||||
li t0, 0x7FFFFFFF80000000
|
li t0, 0x7FFFFFFF80000000
|
||||||
|
|
||||||
|
|
||||||
jalr ra, t0 # jump to page with UpperBitsUnequal
|
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
|
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,
|
# 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