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)
Sat, Oct 11, 6:57 AM
Unknown Object (File)
Thu, Sep 25, 5:25 AM
Unknown Object (File)
Sep 18 2025, 8:53 PM
Unknown Object (File)
Sep 18 2025, 4:27 AM
Unknown Object (File)
Sep 17 2025, 3:52 AM
Unknown Object (File)
Sep 11 2025, 10:14 PM
Unknown Object (File)
Sep 4 2025, 3:23 AM
Unknown Object (File)
Aug 27 2025, 4:25 PM
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