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

Misaligned Faults concurrent with TLB miss #841

Closed
rosethompson opened this issue Jun 19, 2024 · 1 comment
Closed

Misaligned Faults concurrent with TLB miss #841

rosethompson opened this issue Jun 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@rosethompson
Copy link
Contributor

Misaligned faults may be asserted when a TLB miss occurs. Because Wally only implements misaligned support for cacheable memory, the address must be translated before cacheablity is known. Table 15 of the privileged spec defines the priority of faults and Wally places misaligned after page faults. of We need to create a test case and update the HPTW to suppress these faults during a TLB miss.

@davidharrishmc davidharrishmc added the bug Something isn't working label Sep 12, 2024
@rosethompson
Copy link
Contributor Author

Resolved with PR #975

davidharrishmc added a commit that referenced this issue Oct 1, 2024
Fixes Issue #841 Misaligned TLB misses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants