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.
Details
Details
- Reviewers
jhb alc - Commits
- rG82f4e0d0f064: riscv: Rename struct pmap's pm_l1 field to pm_top
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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..