Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-01 | mem: adding a multi-level page table class | Alexandru | |
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. |