Page MenuHomeFreeBSD

arm64: Support mapping a 52-bit physical adddress
AcceptedPublic

Authored by andrew on Sep 10 2024, 2:41 PM.
Tags
None
Referenced Files
F106506609: D46624.id143191.diff
Tue, Dec 31, 9:46 PM
Unknown Object (File)
Wed, Dec 18, 6:56 PM
Unknown Object (File)
Tue, Dec 17, 7:32 PM
Unknown Object (File)
Nov 25 2024, 5:29 PM
Unknown Object (File)
Nov 23 2024, 8:18 AM
Unknown Object (File)
Nov 20 2024, 7:30 AM
Unknown Object (File)
Nov 14 2024, 12:31 PM
Unknown Object (File)
Nov 14 2024, 2:57 AM
Subscribers

Details

Reviewers
alc
kib
markj
manu
Group Reviewers
arm64
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 61085
Build 57969: 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.Wed, Dec 11, 3:13 PM
This revision is now accepted and ready to land.Thu, Dec 12, 10:47 AM