mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-13 11:39:43 +00:00
Teach MM to flush individual TLB entries only.
This commit is contained in:
parent
3676214a62
commit
44045b258c
Notes:
sideshowbarker
2024-07-19 18:39:56 +09:00
Author: https://github.com/awesomekling
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