1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:27:35 +00:00

Teach MM to flush individual TLB entries only.

This commit is contained in:
Andreas Kling 2018-10-23 15:53:11 +02:00
parent 3676214a62
commit 44045b258c
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);