Page MenuHomeFreeBSD

Strt to support multiple stages in the arm64 pmap
ClosedPublic

Authored by andrew on Feb 25 2020, 12:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 13, 3:36 PM
Unknown Object (File)
Fri, Mar 13, 5:12 AM
Unknown Object (File)
Mon, Mar 9, 12:58 PM
Unknown Object (File)
Fri, Mar 6, 12:13 AM
Unknown Object (File)
Tue, Feb 24, 1:41 AM
Unknown Object (File)
Mon, Feb 16, 6:14 PM
Unknown Object (File)
Jan 25 2026, 1:39 AM
Unknown Object (File)
Jan 23 2026, 3:28 AM
Subscribers

Details

Summary

On arm64 the stage 1 and stage 2 pte formats are similar enouch we can
reuse the pmap code for both. As they are only similar and not identical
we need to know if we are managing stage 1 or stage 2 tables.

Add an enum to store this information and a check to make sure it is
set to stage 1 when we manage stage 1 pte fields.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29594
Build 27455: arc lint + arc unit

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Feb 26 2020, 11:47 AM
This revision was automatically updated to reflect the committed changes.