Page MenuHomeFreeBSD

Refine comment about size of struct pmap_large_md_page.
ClosedPublic

Authored by jhb on Jan 14 2025, 3:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 6, 10:00 PM
Unknown Object (File)
Mon, Apr 6, 3:00 PM
Unknown Object (File)
Sun, Apr 5, 4:53 AM
Unknown Object (File)
Sat, Apr 4, 12:00 AM
Unknown Object (File)
Thu, Apr 2, 1:27 AM
Unknown Object (File)
Wed, Apr 1, 9:13 PM
Unknown Object (File)
Mar 16 2026, 4:10 AM
Unknown Object (File)
Mar 16 2026, 4:01 AM
Subscribers

Details

Summary

pmap_init_pv_table does not assume a specific size of 64. It does
assume a size that evenly divides the size of a page since it inserts
pages from different domains into the kva backing the global pv_table
array.

Sponsored by: DARPA

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable