serenity/Kernel/VM
Andreas Kling 3623e35978 Kernel: Oops, actually enable CR4.PGE (page table global bit)
Turns out we were setting the wrong bit here. Now we will actually keep
kernel memory mappings in the TLB across context switches.
2019-12-24 22:45:27 +01:00
..
AnonymousVMObject.cpp
AnonymousVMObject.h
InodeVMObject.cpp
InodeVMObject.h
MemoryManager.cpp Kernel: Oops, actually enable CR4.PGE (page table global bit) 2019-12-24 22:45:27 +01:00
MemoryManager.h
PageDirectory.cpp
PageDirectory.h
PhysicalAddress.h
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp
PhysicalRegion.h
PurgeableVMObject.cpp
PurgeableVMObject.h
RangeAllocator.cpp
RangeAllocator.h
Region.cpp
Region.h
VirtualAddress.h
VMObject.cpp
VMObject.h