Page MenuHomeFreeBSD

arm64: Call pmap_bootstrap_dmap from initarm
ClosedPublic

Authored by andrew on Apr 16 2025, 5:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 16, 5:27 PM
Unknown Object (File)
Mon, Jun 15, 5:49 PM
Unknown Object (File)
Mon, Jun 15, 9:03 AM
Unknown Object (File)
Sun, Jun 14, 7:29 PM
Unknown Object (File)
Sun, May 31, 1:43 AM
Unknown Object (File)
May 20 2026, 4:44 AM
Unknown Object (File)
May 19 2026, 12:28 PM
Unknown Object (File)
May 19 2026, 8:06 AM
Subscribers

Details

Summary

Make pmap_bootstrap_dmap self contained and call it from initarm. This
will allow us to have a better view of excluded physical address space
when calling pmap_bootstrap.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

Is there supposed to be a functional change here?

There should be no functional change in this patch. It is to allow D42734 to have a correct view of usable physical address space for its early allocations.

This revision is now accepted and ready to land.Apr 17 2025, 3:40 PM

Add a comment explaining why we call pmap twice to bootstrap

This revision now requires review to proceed.Apr 17 2025, 3:51 PM
This revision is now accepted and ready to land.Apr 18 2025, 2:02 PM
This revision was automatically updated to reflect the committed changes.