x86, o3: Enabling x86 TLBs for multiple hardware threads
Review Request #2852 - Created May 28, 2015 and updated
| Information | |
|---|---|
| Alexandru Dutu | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10860:f4565ce598dd
---------------------------
x86, o3: Enabling x86 TLBs for multiple hardware threads
This patch extends the x86 TLB to be shared among multiple hardware threads.
Its size will represent the total number of TLB entries that can be allocated
to all threads.
Quick regressions passed for all ISAs.
I'm confused about the commit message: Based on the handling of the freeList and evictions, it seems like the only limit on TLB entries per thread is the total TLB size, so there isn't a statically set number of entries per thread. Am I missing something? If not, can you please fix the commit message?
Change Summary:
Updating commit message.
Description: |
|
|---|
