serenity/Kernel/Memory
Timon Kruiper 0d2dffb95b Kernel: Put x86_64 specific VERIFY in PageDirectory.cpp behind ifdef
This makes it possible to run this code on aarch64.
2022-12-29 19:32:20 -07:00
..
AddressSpace.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
AddressSpace.h
AllocationStrategy.h
AnonymousVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
AnonymousVMObject.h
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h
MemoryManager.cpp Kernel: Remove the two remaining ARCH(I386) checks 2022-12-28 11:53:41 +01:00
MemoryManager.h
PageDirectory.cpp Kernel: Put x86_64 specific VERIFY in PageDirectory.cpp behind ifdef 2022-12-29 19:32:20 -07:00
PageDirectory.h
PageFaultResponse.h Kernel: Send SIGBUS to threads that use after valid Inode mmaped range 2022-09-26 20:00:34 +03:00
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp Kernel: Use size_t to keep track of the number of pages in a region 2022-12-12 15:14:07 +00:00
PhysicalRegion.h Kernel: Use size_t to keep track of the number of pages in a region 2022-12-12 15:14:07 +00:00
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
PrivateInodeVMObject.h
Region.cpp Kernel: Move InterruptDisabler out of Arch directory 2022-10-17 20:11:31 +02:00
Region.h Kernel/Memory: Add option to annotate region mapping as immutable 2022-12-16 01:02:00 -07:00
RegionTree.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
RegionTree.h
RingBuffer.cpp
RingBuffer.h
ScatterGatherList.cpp
ScatterGatherList.h
ScopedAddressSpaceSwitcher.cpp Kernel: Remove i686 support 2022-12-28 11:53:41 +01:00
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp
SharedFramebufferVMObject.h
SharedInodeVMObject.cpp AK: Rename Bitmap::try_create() to ::create() 2022-12-22 15:48:53 +01:00
SharedInodeVMObject.h
TypedMapping.h Everywhere: Run clang-format 2022-12-03 23:52:23 +00:00
VirtualRange.cpp
VirtualRange.h
VMObject.cpp
VMObject.h