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

Use virtual addresses instead of physical #1

Open
2 of 3 tasks
dhschall opened this issue Dec 23, 2021 · 0 comments
Open
2 of 3 tasks

Use virtual addresses instead of physical #1

dhschall opened this issue Dec 23, 2021 · 0 comments

Comments

@dhschall
Copy link

In the submission we still use physical addresses because of lots of translation failures.

  1. Find reason:
    CPU is in user mode but the istream prefetcher requests translating kernel addresses.
  2. Fixed for now by not raising a page fault in that case
  3. Investigate the impact from TLB prefetching
@ghost ghost assigned dhschall Dec 23, 2021
@dhschall dhschall transferred this issue from another repository Dec 24, 2021
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