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)
Feb 7 2024, 10:46 PM
Unknown Object (File)
Dec 24 2023, 8:17 PM
Unknown Object (File)
Dec 22 2023, 10:16 PM
Unknown Object (File)
Nov 14 2023, 7:23 AM
Unknown Object (File)
Nov 8 2023, 1:22 PM
Unknown Object (File)
Nov 1 2023, 9:54 AM
Unknown Object (File)
Oct 30 2023, 6:15 AM
Unknown Object (File)
Oct 13 2023, 6:21 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