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)
Thu, Oct 16, 4:39 AM
Unknown Object (File)
Wed, Oct 15, 9:16 AM
Unknown Object (File)
Tue, Sep 30, 6:25 PM
Unknown Object (File)
Tue, Sep 30, 10:12 AM
Unknown Object (File)
Mon, Sep 29, 11:13 AM
Unknown Object (File)
Thu, Sep 18, 1:01 AM
Unknown Object (File)
Aug 26 2025, 2:31 AM
Unknown Object (File)
Aug 21 2025, 12:16 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