summaryrefslogtreecommitdiff
path: root/src/mem/multi_level_page_table.cc
AgeCommit message (Collapse)Author
2014-04-01mem: adding a multi-level page table classAlexandru
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.