Mem: adding a multi-level page table class
Review Request #2312 - Created July 11, 2014 and submitted - Latest diff uploaded
| Information | |
|---|---|
| Alexandru Dutu | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10264:5cf3d07a2e8b --------------------------- Mem: adding a multi-level page table class This patch defines a multi-level page table class that stores the page table in system memory, consistent with ISA specifications. In this way, cpu models that use the actual hardware to execute (e.g. KvmCPU), are able to traverse the page table.
Regressions passed.
