Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM Tests need to check page fault on nonzero D, A, U bits in non-leaf page table entries #497

Open
davidharrishmc opened this issue Feb 26, 2025 · 1 comment

Comments

@davidharrishmc
Copy link
Collaborator

According to Section 10.3.1
For non-leaf PTEs, the D, A, and U bits are reserved for future standard use. Until their use is defined
by a standard extension, they must be cleared by software for forward compatibility.

and 10.3.2
if any bits or encodings that are reserved for future standard
use are set within pte, stop and raise a page-fault exception corresponding to the original access
type

@davidharrishmc
Copy link
Collaborator Author

UET Team, could you own adding this requirement to the VM coverpoints and tests?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant