serenity/Kernel/Memory
Dan Klishch cc5bacf886 Kernel: Allow annotating initially loaded executable segments
This allows marking regions as VirtualMemoryRangeFlags::SyscallCode in
static executables.
2024-05-07 16:36:38 -06:00
..
AddressSpace.cpp
AddressSpace.h
AllocationStrategy.h
AnonymousVMObject.cpp
AnonymousVMObject.h
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h
MemoryManager.cpp Kernel/MM: Parse /memreserve/ blocks in FDT based memory mapping mode 2024-05-02 07:44:13 -06:00
MemoryManager.h Kernel/riscv64: Take the memory map from the FDT and dump it 2024-02-24 16:43:44 -07:00
MemorySections.h
PageFaultResponse.h
PhysicalAddress.h
PhysicalPage.cpp
PhysicalPage.h
PhysicalRegion.cpp
PhysicalRegion.h
PhysicalZone.cpp
PhysicalZone.h
PrivateInodeVMObject.cpp
PrivateInodeVMObject.h
Region.cpp Kernel/riscv64: Don't hard-code the page fault reason on RISC-V 2024-03-25 14:18:38 -06:00
Region.h Kernel: Allow annotating initially loaded executable segments 2024-05-07 16:36:38 -06:00
RegionTree.cpp
RegionTree.h
RingBuffer.cpp
RingBuffer.h
ScatterGatherList.cpp
ScatterGatherList.h
ScopedAddressSpaceSwitcher.cpp
ScopedAddressSpaceSwitcher.h
SharedFramebufferVMObject.cpp
SharedFramebufferVMObject.h
SharedInodeVMObject.cpp
SharedInodeVMObject.h
TypedMapping.h
VirtualAddress.h
VirtualRange.cpp
VirtualRange.h
VMObject.cpp
VMObject.h