serenity/Kernel/Memory
brody-qq a4ca757db9 Kernel: Add method to clean up remapping region loops
In the VMObject code there are multiple examples of loops over
the VMObject's regions (using for_each_region()) that call remap()
on each region.

To clean up usage of this pattern, this patch adds a method in
VMObject that does this remapping loop. VMObject code that needs
to remap its regions call the new method.
2024-06-08 22:36:03 +01:00
..
AddressSpace.cpp Kernel: Allow relaxing cleanup task rules during system shutdown 2023-07-15 00:12:01 +02:00
AddressSpace.h Kernel+Userland: Convert process syscall region enforce flag to SetOnce 2024-05-14 12:41:51 -06:00
AllocationStrategy.h Kernel: Rename Kernel/VM/ to Kernel/Memory/ 2021-08-06 14:05:58 +02:00
AnonymousVMObject.cpp Kernel: Add method to clean up remapping region loops 2024-06-08 22:36:03 +01:00
AnonymousVMObject.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
InodeVMObject.cpp Kernel: Add method to clean up remapping region loops 2024-06-08 22:36:03 +01:00
InodeVMObject.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
MappedROM.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
MemoryManager.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
MemoryManager.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
MemorySections.h Kernel/Memory: Split the MemoryManager.h file from user address checks 2023-08-09 21:06:54 -06:00
MMIOVMObject.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
MMIOVMObject.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PageFaultResponse.h Kernel: Send SIGBUS to threads that use after valid Inode mmaped range 2022-09-26 20:00:34 +03:00
PhysicalAddress.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
PhysicalRAMPage.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalRAMPage.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalRegion.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalRegion.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalZone.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PhysicalZone.h Kernel: Remove the kmalloc_eternal heap :^) 2021-12-28 21:02:38 +01:00
PrivateInodeVMObject.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
PrivateInodeVMObject.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
Region.cpp Kernel: Remove redundant VERIFY() 2024-06-05 20:18:44 +01:00
Region.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
RegionTree.cpp Kernel: Move Random.{h,cpp} code to Security subdirectory 2023-06-04 21:32:34 +02:00
RegionTree.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
RingBuffer.cpp Everywhere: Move global Kernel pattern code to Kernel/Library directory 2023-06-04 21:32:34 +02:00
RingBuffer.h Kernel: Add an initial implementation of virtio-net driver 2023-07-11 00:49:11 -06:00
ScatterGatherList.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
ScatterGatherList.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
ScopedAddressSpaceSwitcher.cpp Kernel: Move InterruptDisabler to the Interrupts subdirectory 2023-06-04 21:32:34 +02:00
ScopedAddressSpaceSwitcher.h Kernel: Implement ScopedAddressSpaceSwitcher using PageDirectory 2023-04-06 21:19:58 +03:00
SharedFramebufferVMObject.cpp Kernel: Add method to clean up remapping region loops 2024-06-08 22:36:03 +01:00
SharedFramebufferVMObject.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
SharedInodeVMObject.cpp Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
SharedInodeVMObject.h Kernel: Rename Memory::PhysicalPage to Memory::PhysicalRAMPage 2024-05-17 15:38:28 -06:00
TypedMapping.h Kernel: Stop allocating physical pages for mapped MMIO regions 2024-05-17 15:38:28 -06:00
VirtualAddress.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
VirtualRange.cpp Kernel+LibC: Move name length constants to Kernel/API from limits.h 2023-01-21 10:43:59 -07:00
VirtualRange.h Kernel: Move {Virtual,Physical}Address classes to the Memory directory 2023-06-04 21:32:34 +02:00
VMObject.cpp Kernel: Add method to clean up remapping region loops 2024-06-08 22:36:03 +01:00
VMObject.h Kernel: Add method to clean up remapping region loops 2024-06-08 22:36:03 +01:00