Page MenuHomeFreeBSD

riscv: Rename struct pmap's pm_l1 field to pm_top
ClosedPublic

Authored by markj on Feb 14 2022, 10:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 11:12 AM
Unknown Object (File)
Jan 14 2024, 7:40 AM
Unknown Object (File)
Dec 22 2023, 10:43 PM
Unknown Object (File)
Dec 7 2023, 10:30 AM
Unknown Object (File)
Dec 4 2023, 5:54 PM
Unknown Object (File)
Dec 4 2023, 5:53 PM
Unknown Object (File)
Dec 4 2023, 5:53 PM
Unknown Object (File)
Dec 1 2023, 8:09 PM
Subscribers

Details

Summary

In SV48 mode, the top-level page will be an L0 page rather than an L1
page. Rename the field accordingly. No functional change intended.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44499
Build 41387: arc lint + arc unit

Event Timeline

jhb added a subscriber: jhb.

Is it L-1 for SV57? :-P

This revision is now accepted and ready to land.Feb 14 2022, 10:56 PM
In D34270#775783, @jhb wrote:

Is it L-1 for SV57? :-P

I think at that point it'll be time to factor some of the page table management code out into an MI layer. Then I'd use L0 instead of L3 to refer to leaf PTPs, L1 instead of L2, etc..

This revision now requires review to proceed.Feb 18 2022, 2:27 PM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 1 2022, 2:40 PM
This revision was automatically updated to reflect the committed changes.