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:
parent
3676214a62
commit
44045b258c
2 changed files with 13 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue