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, Oct 10, 7:21 AM
Unknown Object (File)
Mon, Sep 29, 2:24 AM
Unknown Object (File)
Sep 13 2025, 3:14 AM
Unknown Object (File)
Aug 30 2025, 2:29 AM
Unknown Object (File)
Aug 4 2025, 1:33 AM
Unknown Object (File)
Aug 2 2025, 1:25 PM
Unknown Object (File)
Jul 27 2025, 6:07 AM
Unknown Object (File)
Jul 22 2025, 12:17 PM
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

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

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.