Dirty page table. Not yet used.
This commit is contained in:
@@ -33,6 +33,8 @@ public:
|
||||
|
||||
int Initialize() override;
|
||||
|
||||
uint64_t page_table() const override { return page_table_; }
|
||||
|
||||
bool AddMappedRange(uint64_t address, uint64_t mask,
|
||||
uint64_t size,
|
||||
void* context,
|
||||
@@ -83,6 +85,8 @@ private:
|
||||
XenonMemoryHeap* virtual_heap_;
|
||||
XenonMemoryHeap* physical_heap_;
|
||||
|
||||
uint64_t page_table_;
|
||||
|
||||
friend class XenonMemoryHeap;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user