Page MenuHomeFreeBSD

powerpc/booke: Add pte_find_next() to find the next in-use PTE
ClosedPublic

Authored by jhibbits on Mar 31 2020, 2:39 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 7 2024, 8:38 AM
Unknown Object (File)
Nov 26 2024, 2:07 PM
Unknown Object (File)
Nov 24 2024, 5:45 PM
Unknown Object (File)
Nov 16 2024, 10:29 PM
Unknown Object (File)
Oct 3 2024, 10:59 PM
Unknown Object (File)
Sep 30 2024, 5:02 AM
Unknown Object (File)
Sep 27 2024, 1:17 AM
Unknown Object (File)
Sep 24 2024, 8:38 AM
Subscribers

Details

Summary

Iterating over VM_MIN_ADDRESS->VM_MAXUSER_ADDRESS can take a very long
time iterating one page at a time (2**(log_2(SIZE)-12) operations),
yielding possibly several days or even weeks on 64-bit Book-E, even for
a largely empty, which can happen when swapping out a process by
vmdaemon. Speed this up by instead finding the next PTE at or equal to
the given VA.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 30221
Build 28007: arc lint + arc unit