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:Yinan Xu <xuyinan@ict.ac.cn>
parent
836be7a9
Please register or sign in to comment