mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +02:00
This commit introduces VMObject::remap_regions_single_page(). This method remaps a single page in all regions associated with a VMObject. This is intended to be a more efficient replacement for remap_regions() in cases where only a single page needs to be remapped. This commit also updates the cow page fault handling code to use this new method.
1.4 KiB
1.4 KiB