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
Unknown Object (File)
Sat, Feb 28, 5:16 PM
Unknown Object (File)
Sat, Feb 28, 2:17 PM
Unknown Object (File)
Sat, Feb 28, 9:09 AM
Unknown Object (File)
Sat, Feb 28, 4:42 AM
Unknown Object (File)
Jan 30 2026, 8:44 AM
Unknown Object (File)
Jan 22 2026, 10:51 PM
Unknown Object (File)
Jan 11 2026, 10:50 AM
Unknown Object (File)
Jan 4 2026, 6:23 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