Skip to content

Use virtual addresses instead of physical #1

Description

@dhschall

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions