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
F112502608: D48455.diff
Tue, Mar 18, 11:46 PM
Unknown Object (File)
Thu, Mar 13, 4:43 PM
Unknown Object (File)
Mon, Mar 10, 12:18 AM
Unknown Object (File)
Mon, Mar 10, 12:00 AM
Unknown Object (File)
Sun, Mar 9, 5:14 PM
Unknown Object (File)
Wed, Feb 19, 6:23 PM
Unknown Object (File)
Feb 15 2025, 1:19 AM
Unknown Object (File)
Feb 5 2025, 10:43 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