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
Unknown Object (File)
Tue, Sep 16, 3:30 PM
Unknown Object (File)
Thu, Sep 11, 1:28 AM
Unknown Object (File)
Wed, Sep 10, 5:35 PM
Unknown Object (File)
Wed, Sep 10, 11:41 AM
Unknown Object (File)
Mon, Sep 8, 3:49 AM
Unknown Object (File)
Sep 2 2025, 5:54 AM
Unknown Object (File)
Aug 21 2025, 9:51 PM
Unknown Object (File)
Aug 20 2025, 4:36 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 57544
Build 54432: arc lint + arc unit

Event Timeline

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

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
492

It should be in the next patch in the stack

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