Page MenuHomeFreeBSD

Defer updates to the wired pages count in the arm64 pmap
ClosedPublic

Authored by alc on Jun 13 2019, 2:51 AM.
Tags
None
Referenced Files
F106148422: D20627.diff
Thu, Dec 26, 4:54 AM
Unknown Object (File)
Nov 17 2024, 4:34 PM
Unknown Object (File)
Nov 16 2024, 5:07 AM
Unknown Object (File)
Nov 14 2024, 1:06 PM
Unknown Object (File)
Nov 6 2024, 3:49 PM
Unknown Object (File)
Oct 10 2024, 1:08 PM
Unknown Object (File)
Sep 24 2024, 9:15 AM
Unknown Object (File)
Sep 24 2024, 5:06 AM
Subscribers

Details

Summary

Change the arm64 pmap so that updates to the global count of wired pages are not performed directly by the pmap. Instead, they are performed by vm_page_free_pages_toq(). (This is the same approach that we use on x86.)

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable