Unverified Commit 281e5c8f authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

PTW: set ae_ptw for out-of-range non-leaf PTEs (#3407) (#3410)

For PTEs whose physical address is out-of-range, we need to set
`ae_ptw` instead of `ae_final` to raise access-fault.

Because non-leaf PTEs will not have R or X bits set, `ae_final`
will be overrided by page-fault exceptions.

(cherry picked from commit b8dad7f5

)

Co-authored-by: default avatarYinan Xu <xuyinan@ict.ac.cn>
parent 836be7a9
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment