summaryrefslogtreecommitdiffstats
path: root/src/common/multi_level_page_table.cpp
blob: aed04d0b596f56d72eafae47b11c07c75c869e55 (plain) (blame)
1
2
3
4
5
6
7
8
#include "common/multi_level_page_table.inc"

namespace Common {
template class Common::MultiLevelPageTable<GPUVAddr>;
template class Common::MultiLevelPageTable<VAddr>;
template class Common::MultiLevelPageTable<PAddr>;
template class Common::MultiLevelPageTable<u32>;
} // namespace Common