Merge pull request #1416 from coreyqh/ccov

otherpagefault ccov hole covered
This commit is contained in:
David Harris 2025-05-27 03:07:06 -07:00 committed by GitHub
commit e0af0e68a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,