x86: Timing support for pagetable walker
Review Request #396 - Created Jan. 6, 2011 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Brad Beckmann | |
| gem5 | |
| Reviewers | |
| Default | |
| ali, gblack, nate, stever | |
x86: Timing support for pagetable walker Move page table walker state to its own object type, and make the walker instantiate state for each outstanding walk. By storing the states in a queue, the walker is able to handle multiple outstanding timing requests. Note that functional walks use separate state elements.
