serenity/Kernel/Memory
Sönke Holz 6654021655 Kernel/riscv64: Don't hard-code the page fault reason on RISC-V
Instead, rewrite the region page fault handling code to not use
PageFault::type() on RISC-V.

I split Region::handle_fault into having a RISC-V-specific
implementation, as I am not sure if I cover all page fault handling edge
cases by solely relying on MM's own region metadata.
We should probably also take the processor-provided page fault reason
into account, if we decide to merge these two implementations in the
future.
2024-03-25 14:18:38 -06:00
..
AddressSpace.cpp
AddressSpace.h
AllocationStrategy.h
AnonymousVMObject.cpp Kernel: Mark cloned volatile purgeable AnonymousVMOjects as purged 2023-12-22 10:57:59 +01:00
AnonymousVMObject.h
InodeVMObject.cpp
InodeVMObject.h
MappedROM.h
MemoryManager.cpp Kernel/riscv64: Take the memory map from the FDT and dump it 2024-02-24 16:43:44 -07: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
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