Page MenuHomeFreeBSD

arm64: Add a sysctl to see if features are enabled
ClosedPublic

Authored by andrew on Sep 3 2025, 12:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 27, 6:55 AM
Unknown Object (File)
Sat, Apr 11, 8:34 PM
Unknown Object (File)
Tue, Apr 7, 7:35 AM
Unknown Object (File)
Mon, Apr 6, 8:01 PM
Unknown Object (File)
Mon, Apr 6, 4:17 AM
Unknown Object (File)
Thu, Apr 2, 6:46 PM
Unknown Object (File)
Mar 28 2026, 7:45 AM
Unknown Object (File)
Mar 25 2026, 11:55 PM
Subscribers

Details

Summary

This will also be used as a tunable to control features in a later
change.

Sponsored by: Arm Ltd

Diff Detail

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

Event Timeline

imp added inline comments.
sys/arm64/include/cpu_feat.h
72

Any reason descr isn't retained somewhere?

This revision is now accepted and ready to land.Sep 3 2025, 3:25 PM
sys/arm64/include/cpu_feat.h
72

I previously had it in struct cpu_feat, but didn't have a need for it other than in the sysctl below.