Page MenuHomeFreeBSD

arm64: Support mapping a 52-bit physical adddress
AcceptedPublic

Authored by andrew on Tue, Sep 10, 2:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 1, 3:57 AM
Unknown Object (File)
Tue, Oct 1, 3:57 AM
Unknown Object (File)
Mon, Sep 30, 11:21 PM
Unknown Object (File)
Mon, Sep 30, 10:57 AM
Unknown Object (File)
Sun, Sep 29, 9:56 PM
Unknown Object (File)
Sun, Sep 29, 1:22 PM
Unknown Object (File)
Fri, Sep 27, 10:10 PM
Unknown Object (File)
Fri, Sep 27, 6:08 PM
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 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.Sun, Sep 15, 5:55 PM