Page MenuHomeFreeBSD

arm64: Use tables to find early page tables
ClosedPublic

Authored by andrew on May 2 2024, 4:09 PM.
Tags
None
Referenced Files
F123151323: D45062.diff
Fri, Jul 11, 3:31 PM
F123108232: D45062.diff
Fri, Jul 11, 6:08 AM
Unknown Object (File)
Thu, Jul 10, 2:58 PM
Unknown Object (File)
Thu, Jul 10, 10:21 AM
Unknown Object (File)
Thu, Jul 10, 4:39 AM
Unknown Object (File)
Mon, Jun 30, 7:13 AM
Unknown Object (File)
Mon, Jun 30, 2:49 AM
Unknown Object (File)
Sun, Jun 29, 3:11 AM
Subscribers

Details

Summary

Use the existing lables to find the early page tables. This allows
us to change the size and layout of these as needed, e.g. adding a
new level.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

andrew requested review of this revision.May 2 2024, 4:09 PM
sys/arm64/arm64/locore.S
609

I don't see where x25 is initialized. x10 should already have the correct value.

Rebase + remove instruction that should be in next patch

andrew added inline comments.
sys/arm64/arm64/locore.S
609

It should be in the next patch in the stack

This revision is now accepted and ready to land.Wed, Jun 11, 7:22 PM
This revision was automatically updated to reflect the committed changes.