Page MenuHomeFreeBSD

powerpc/booke: Split out 32- and 64- bit pmap details from main body
ClosedPublic

Authored by jhibbits on Mar 6 2020, 2:00 AM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 19 2024, 9:53 AM
Unknown Object (File)
Dec 23 2023, 12:09 AM
Unknown Object (File)
Dec 14 2023, 10:40 PM
Unknown Object (File)
Dec 8 2023, 5:11 PM
Unknown Object (File)
Nov 28 2023, 2:27 PM
Unknown Object (File)
Nov 11 2023, 8:31 AM
Unknown Object (File)
Nov 9 2023, 8:32 AM
Unknown Object (File)
Nov 7 2023, 12:55 PM
Subscribers

Details

Summary

This is largely a straight-forward cleave of the 32-bit and 64-bit page
table specifics, along with the mmu_booke_*() functions that are wholely
different between the two implementations.

The ultimate goal of this is to make it easier to reason about and
update a specific implementation without wading through the other
implementation details. This is in support of changing the page table
format for 64-bit to a 4-level full hierarchical page table, instead of
the current hashed top level with holes.

Diff Detail

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

Event Timeline

I definitely approve conceptually.

Haven't had a chance to properly test this on the x5000 and rb800 yet, but will try to get to it.

Compiles and boots on RB800 and X5000, and is a lot easier to reason about than the combined version.

This revision is now accepted and ready to land.Mar 9 2020, 6:36 PM
sys/powerpc/booke/pmap_64.c
39 ↗(On Diff #69250)

Should verify and move these notes to pmap_32.c. Can be done in a later revision just as easily though.