Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HPTW, RVH: fix the bug that non-leaf and level >= 2 pte doesn't raise…
… pagefault. (OpenXiangShan#3078) HPTW can translate three levels page. This bug is about non-leaf pte that pte level >= 2. When HPTW gets a level 2 pte and the pte is valid but RWX are zero, it does't raise pagefault. That's wrong.
- Loading branch information