Common: implement MultiLevelPageTable.
This commit is contained in:
parent
3f8e7a5585
commit
b617874724
4 changed files with 171 additions and 0 deletions
7
src/common/multi_level_page_table.cpp
Normal file
7
src/common/multi_level_page_table.cpp
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include "common/multi_level_page_table.inc"
|
||||
|
||||
namespace Common {
|
||||
template class Common::MultiLevelPageTable<GPUVAddr>;
|
||||
template class Common::MultiLevelPageTable<VAddr>;
|
||||
template class Common::MultiLevelPageTable<PAddr>;
|
||||
} // namespace Common
|
Loading…
Add table
Add a link
Reference in a new issue