Page MenuHomeFreeBSD

arm64: Support mapping a 52-bit physical adddress
ClosedPublic

Authored by andrew on Sep 10 2024, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Oct 31, 2:42 AM
Unknown Object (File)
Fri, Oct 31, 12:06 AM
Unknown Object (File)
Tue, Oct 28, 6:59 AM
Unknown Object (File)
Sun, Oct 26, 10:39 PM
Unknown Object (File)
Sun, Oct 26, 10:04 PM
Unknown Object (File)
Sun, Oct 26, 7:00 AM
Unknown Object (File)
Sat, Oct 25, 10:39 PM
Unknown Object (File)
Thu, Oct 23, 2:11 AM
Subscribers

Details

Summary

When FEAT_LPA2 is enabled the physical address space increases from
48-bits to 52-bits. The top two address bits are moved to the now
unused shareability field.

Update the kernel to support this new larger address space.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 59422
Build 56309: arc lint + arc unit

Event Timeline

alc added inline comments.
sys/arm64/include/pte.h
94–116

Just as a matter of style, why not place these below the definitions of ATTR_OA_51_50_MASK and ATTR_OA_51_50_DELTA?

This revision is now accepted and ready to land.Sep 15 2024, 5:55 PM

Reorder PTE_TO_PHYS and PHYS_TO_PTE

This revision now requires review to proceed.Dec 11 2024, 3:13 PM
This revision is now accepted and ready to land.Dec 12 2024, 10:47 AM