Page MenuHomeFreeBSD

arm64: Increase dmap size to 95 TiB
ClosedPublic

Authored by scottph on Aug 20 2020, 6:59 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 21, 4:08 PM
Unknown Object (File)
Thu, Jul 17, 6:05 PM
Unknown Object (File)
Sat, Jul 12, 6:53 AM
Unknown Object (File)
Sun, Jul 6, 2:18 AM
Unknown Object (File)
Sat, Jul 5, 1:41 AM
Unknown Object (File)
Jun 15 2025, 6:47 PM
Unknown Object (File)
Jun 11 2025, 9:15 AM
Unknown Object (File)
May 28 2025, 1:05 AM
Subscribers

Details

Summary

The Ampere Altra has physical memory populated sparsely within the
physical address space. Increase the size of the dmap to cover all
physical memory.

MFC after: 1 week
Sponsored by: Ampere Computing, Inc.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Reviews D26128, D26129, D26130, D26131, D26132, D26133 deal with various arrays that explode in size when the last physical address becomes really huge.

We only map physical memory that exists, so this shouldn't cause a problem on existing systems.

This revision is now accepted and ready to land.Aug 20 2020, 7:35 AM
This revision was automatically updated to reflect the committed changes.