Teach MM to flush individual TLB entries only.

This commit is contained in:
Andreas Kling 2018-10-23 15:53:11 +02:00
commit 44045b258c
Notes: sideshowbarker 2024-07-19 18:39:56 +09:00
2 changed files with 13 additions and 9 deletions

View file

@ -60,7 +60,8 @@ private:
~MemoryManager();
void initializePaging();
void flushTLB();
void flushEntireTLB();
void flushTLB(LinearAddress);
void protectMap(LinearAddress, size_t length);
void identityMap(LinearAddress, size_t length);