PTW: set ae_ptw for out-of-range non-leaf PTEs (#3407)
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.
parent
005c6dbe
Please register or sign in to comment