Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not treat RP memory as valid for access (#40)
## Description When accessing memory, treat read protected memory the same as non-resident VAs. There shouldn't be a need to read or write to these addresses and if so in the future they should be sup[ported through physical read/write instructions. - [x] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested Tested in SBSA ## Integration Instructions N/A
- Loading branch information